html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(69, 94, 104, 0.5);
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin:0;
padding-top:125px;
background:#FFFFFF;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
img {
border: 0;
vertical-align: middle;
height: auto;
max-width: 100%;
}
svg {
max-width:100%;
stroke: currentColor;
fill: currentColor;
vertical-align:middle;
}
embed,
iframe,
object {
max-width: 100%;
}
table {
max-width:100%;
border-collapse:collapse;
border-spacing:0;
}
hr {
box-sizing: content-box;
border-top: 1px solid #b8c7d3;
border-bottom: none;
border-right:none;
border-left:none;
height: 0;
margin: 2.2em 0 2.8em;
} body,
button,
input,
select,
textarea {
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-weight: 400;
color: #002147;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top:0;
line-height:1.2;
}
h1 {
font-size:2.5em;
font-weight:400;
line-height:1.4;
margin-bottom:.7em;
}
h2 {
font-size:1.7em;
font-weight:600;
margin-bottom:.6em;
text-transform:uppercase;
letter-spacing:.02em;
color:#AD3744;
}
@media (min-width: 768px) {
h2 {
font-size:2em;
}
}
h2 + h3 {
margin-top:-.6em;
}
h3 {
font-size:1.5em;
font-weight:400;
line-height:1.6;
margin-bottom:1em;
}
h4 {
font-size:1.3em;
font-weight:700;
line-height:1.5;
margin-bottom:.7em;
color:#AD3744;
}
h5 {
font-size:1.2em;
font-weight:500;
line-height:1.6;
margin: .3em 0;
}
h6 {
font-size:.85em;
font-weight:400;
}
h1 a, h2 a, h3 a, h4 a {
font-weight:inherit;
color:inherit;
}
p {
margin-bottom:1em;
margin-top:0;
font-size:1.25rem;
line-height:1.8;
}
b,
strong {
font-weight: bold;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 2em auto 2em;
padding:1em 1.3em;
border-radius:8px;
font-size:1.2em;
background: rgba(170, 170, 170, .1);
}
blockquote p:last-child{
margin-bottom:0;
}
address {
margin: 0 0 1.5em;
}
small {
font-size: 75%;
}
big {
font-size: 140%;
}
main li {
margin: 0 0 .7em;
}
.caption {
font-style:italic;
font-size:.9em;
margin:.4em 0;
}
ul {
list-style:disc;
}
ul, ol {
padding:0 0 0 1.1em;
font-size:1.25rem;
}
article li {
margin-bottom:.4em;
} a {
color:inherit;
background-color: transparent;
font-weight: inherit;
text-decoration: underline;
-webkit-transition: all .3s;
transition: all .3s;
}
a:hover,
a:focus,
a:active {
color: inherit;
}
a:hover {
text-decoration:underline;
color:#AD3744;
}
a:focus {
outline: 0
}
a:hover,
a:active {
outline: 0;
}
.more-link {
display:inline-block;
}
a.more-link {
text-decoration:none;
font-weight:700;
color:#3D6297;
}
a.more-link:visited {
color:#6482a8;
}
h3.more-link {
display:block;
margin:.7em 0;
}
.more-link::after {
display:inline-block;
content:"";
height: .4em;
width: .4em;
margin:0 0 .1em .3em;
vertical-align: middle;
border-top: 3px solid;
border-right: 3px solid;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
a.more-link:hover {
text-decoration:none;
-webkit-transform: translateX(5px);
-ms-transform: translateX(5px);;
transform: translateX(5px);
}
.btn {
display:inline-block;
position:relative;
transition:all .5s;
text-decoration:none;
text-align:center;
font-size:1rem;
font-weight:700;
padding: 1.2em 1.3em;
min-width: 220px;
margin:.3em 0;
background:#AD3744;
color:#FFFFFF;
}
.btn + .btn {
margin-left:3em;
}
.btn:hover {
background-color:rgba(0, 0, 0, 0.8);
color:#FFF;
text-decoration:none;
}
.btn:after {
display:inline-block;
content:"";
height: .5em;
width: .5em;
margin:0 0 .1em .3em;
vertical-align: middle;
border-top: 2px solid;
border-right: 2px solid;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
}
.nav-next .btn:after {
display:none;
}
.nav-next .btn:before {
display:inline-block;
content:"";
height: .5em;
width: .5em;
margin:0 .3em .1em 0;
vertical-align: middle;
border-bottom: 2px solid;
border-left: 2px solid;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
}
.btn.down:after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.btn:hover:after {
-webkit-transform: translateX(4px) rotate(45deg) ;
transform: translateX(4px) rotate(45deg) ;
}
.nav-next .btn:hover:before {
-webkit-transform: translateX(-4px) rotate(45deg) ;
transform: translateX(-4px) rotate(45deg) ;
}
.btn.down:hover:after {
-webkit-transform: rotate(90deg) translateX(5px);
transform: rotate(90deg) translateX(5px);
} .site-header {
display:block;
position:fixed;
top:0;
right:0;
left:0;
z-index:9999;
background-color:#FFFFFF;
-webkit-box-shadow: 0px 3px 3px 0px rgba(5,5,5,0.2);
-moz-box-shadow: 0px 3px 3px 0px rgba(5,5,5,0.2);
box-shadow: 0px 3px 3px 0px rgba(5,5,5,0.2);
}
body.admin-bar .site-header {
top:30px;
}
.top-bar {
text-align:right;
background-color:#4B4F54;
font-size:1.1em;
}
.top-bar a {
display:inline-block;
padding:.2em .5em;
text-decoration:none;
color:#FFFFFF;
}
.top-bar a:hover {
color:#F5F5F5;
}
.top-bar svg {
padding-bottom:.1em;
}
.cd-sites-menu {
display:inline-block;
position:relative;
margin-right:.3em;
}
.cd-sites-menu-trigger {
font-size:.9em;
font-weight:400;
}
.cd-sites-menu-trigger::after {
display:inline-block;
content:"";
height: .5em;
width: .5em;
margin:0 0 .4em .7em;
vertical-align: middle;
border-top: 2px solid;
border-right: 2px solid;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.cd-sites-menu-inner {
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
background-color:#4B4F54;
border-bottom:1px solid #E8E8E8;
border-right:1px solid #E8E8E8;
border-left:1px solid #E8E8E8;
text-align:left;
}
.cd-sites-menu:hover .cd-sites-menu-inner {
left: 0;
}
.cd-sites-menu-inner a {
display:block;
padding:.7em .9em;
margin:0;
font-weight:400;
font-size:.8em;
min-width:210px;
}
.cd-sites-menu-inner a:hover,
.cd-sites-menu-inner a.current {
background-color:rgba(0,0,0,.4);
}
.site-logo a {
display:block;
max-width:160px;
z-index:99999;
padding:.8em 0;
} .nav-container {
text-align:right;
}
.main-navigation {
display:inline-block;
margin-top:1.4em;
text-transform:uppercase;
}
.main-navigation ul {
list-style: none;
font-size:inherit;
margin: 0;
padding: 0;
}
.main-navigation li {
display:inline-block;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
line-height:2em;
font-size: .9em;
font-weight: 600;
letter-spacing:.07em;
color:inherit;
}
.main-navigation a:hover {
color:inherit;
} @media screen and (min-width: 992px) {
.main-navigation a {
padding: 2.4em .5em 1.3em;
}
} @media screen and (min-width: 992px) {
.main-navigation ul.menu > li {
margin:0 0 0 1.7em;
}
}
.nav-menu > .current-menu-item > a,
.nav-menu > .current-page-ancestor > a {
font-weight:800;
}
.nav-menu > .current-menu-item > a,
.nav-menu > .current-page-ancestor > a {
color:#AD3744;
} @media screen and (min-width: 992px) {
.nav-menu > .menu-item > a:hover {
color:#AD3744;
}
} .main-navigation ul.menu > li.menu-item-has-children > a::after {
display:inline-block;
content:"";
height: .5em;
width: .5em;
margin:0 0 .4em .3em;
vertical-align: middle;
border-top: 2px solid;
border-right: 2px solid;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
} @media screen and (min-width: 992px) {
.main-navigation ul ul {
text-align:left;
background-color:#7C878E;
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul a {
min-width: 210px;
padding:.4em 1em;
color: #FFFFFF;
}
.main-navigation ul li:hover > ul {
left: 0;
}
.main-navigation ul ul ul {
text-align:left;
float: left;
position: absolute;
top: 0;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul li:hover > ul {
left: 100%;
}
}
.main-navigation ul ul li {
display:block;
font-size:.8em;
line-height:2em;
}
.main-navigation ul ul .current-menu-item a {
background-color:rgba(0,0,0,.4);
color:#FFFFFF;
}
.main-navigation ul ul a:hover {
background-color:rgba(0,0,0,.4);
color:#FFFFFF;
}
.menu-toggle {
display: none;
position:absolute;
top:20px;
right:20px;
background:#FFF;
color:#002147;
border:2px solid #002147;
box-shadow:none;
margin:0;
padding:.5em .7em;
min-width:auto;
cursor:pointer;
}
.menu-toggle:before {
content:'\2630';
display:inline-block;
width:15px;
}
.menu-toggle[aria-expanded="true"]:before {
content:'\2715';
}
@media screen and (max-width: 991px) {
.menu-toggle {
display: block;
}
.main-navigation {
display: none;
margin: 0;
text-align:center;
max-height: calc(95vh - 140px);
overflow-y:scroll;
}
.main-navigation.toggled {
display: block;
margin:0 -20px 10px;
}
body .main-navigation li {
display:block;
padding:0;
}
.nav-menu > li > a {
padding:.3em;
}
.main-navigation ul ul {
display:none;
padding:.4em 0;
background-color:#F3F4F7;
}
.no-touchevents .main-navigation ul li:hover > ul {
display:block;
}
.main-navigation ul ul a {
padding:.4em 0;
}
.main-navigation ul ul a:before {
content:'- ';
}
} #main-search-trigger {
display:inline-block;
margin-left:1.3em;
}
@media screen and (max-width: 991px) {
#main-search-trigger {
position:absolute;
top:-30px;
right:20px;
}
}
#main-search-trigger svg {
height:1em;
width:1em;
overflow:visible;
}
#main-search-form {
display:none;
position:absolute;
right:40px;
padding:10px;
background-color:#FFF;
border-left:1px solid #CCC;
border-bottom:1px solid #CCC;
border-right:1px solid #CCC;
}
.search-form .search-field {
width:70%;
}
.search-form .search-submit {
width:28%;
min-width:auto;
padding: 9px 10px;
} .site-main {
padding-top:2.8em;
}
.blog .site,
.single-post .site,
.page-template-default .site {
background-image:url(//store.carsondunlop.com/wp-content/themes/cd-base/img/bg-street.png);
background-attachment:fixed;
background-position:right 160px;
background-repeat:no-repeat;
background-size:65%;
}
.home .site {
background-image:none;
} .home-header {
position:relative;
min-height:270px;
background-color:#EEF0F3;
border-bottom: 1px solid #E8E8E8;
background-image:url(//store.carsondunlop.com/wp-content/themes/cd-base/img/bg-street.png);
background-position:right 220px;
background-repeat:no-repeat;
background-size:50%;
}
@media (min-width: 992px) {
.home-header-content {
margin:3.5em .6em 0;
}
}
.home-header h1 {
margin-bottom:.3em;
margin-top:.5em;
}
@media (min-width: 992px) {
.home-header h1 {
font-size:2.5em;
}
}
.home-header h2 {
color:#002147;
font-size:1.65em;
font-weight:400;
margin-bottom:2em;
}
.home-header-img-left {
background-image:url(//store.carsondunlop.com/wp-content/themes/cd-base/img/home-corporate.jpg);
background-position:center center;
background-size:cover;
min-height:300px;
}
@media (min-width: 992px) {
.home-header-img-left {
position:absolute;
top:0;
bottom:0;
left:0;
width:50%;
}
} .page-header {
padding:1.1em 0 .7em;
min-height:350px;
margin-bottom:3.5em;
background-color:#F3F4F7;
border-bottom: 1px solid #E8E8E8;
background-image:url(//store.carsondunlop.com/wp-content/themes/cd-base/img/bg-street.png);
background-position:right bottom;
background-repeat:no-repeat;
background-size:65%;
}
.page-header h1 {
margin-top:.7em;
}
@media (min-width: 992px) {
.page-header h1 {
margin-top:1.8em;
}
} .feature-box {
display:block;
padding:20px;
margin:15px auto;
text-decoration:none;
font-weight:inherit;
}
a.feature-box:hover {
text-decoration:none;
color:inherit;
box-shadow: 0 4px 9px rgba(0,0,0,.12);
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.feature-box h3 {
font-size:1.4em;
margin-top: .3em;
margin-bottom:.6em
}
.feature-box p {
font-size:1.1em;
} ul.feature-list {
list-style:none;
padding-left:1.7em;
}
ul.feature-list > li {
margin-bottom:.8em;
}
ul.feature-list > li:before{
content: "";
height: 1em;
width: 1em;
display: inline-block;
vertical-align:middle;
margin-left: -1.8em;
margin-right:.7em;
background-position: center;
background-repeat: no-repeat;
background-size: 100%;	
background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27100%25%27%20height%3D%27100%25%27%20viewBox%3D%270%200%201792%201792%27%3E%3Cpath%20fill%3D%27%23366098%27%20d%3D%27M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%27%2F%3E%3C%2Fsvg%3E");
} .txt-white {
color:#FFFFFF;
}
.bg-grey {
background-color:#F3F4F7;
border:1px solid #E8E8E8;
color:#002147;
}
.bg-red {
background-color:#AD3744;
color:#FFFFFF;
}
.bg-blue {
background-color:#3D6297;
color:#FFFFFF;
}
.bg-dark-blue {
background-color:#002147;
color:#FFFFFF;
}
.line-left::before {
position:absolute;
content:"";
top:0;
bottom:0;
left:0;
border-left:1px solid #89949E;
}
@media (min-width: 992px) {
.line-center  {
position:relative;
}
.line-center::before {
position:absolute;
content:"";
top:0;
bottom:1em;
left:50%;
border-left:1px solid #b8c7d3;
}
} .testimonial-container {
margin-bottom:2em;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-width: 400px;
-moz-column-width: 400px;
column-width: 400px;
-webkit-column-gap: 80px;
-moz-column-gap: 80px;
column-gap: 80px;
}
.testimonial-container .testimonial {
position:relative;
background-color:#f3f4f7;
padding:40px 40px 20px 40px;
border-radius:7px;
font-size:1em;
margin-bottom:57px;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
.testimonial-container .testimonial.testimonial-group-consumer {
background-color:#e1e6ec;
}
.testimonial-container .testimonial.testimonial-group-consumer::after {
border-top-color:#e1e6ec;
}
.testimonial-container .testimonial.testimonial-group-agent {
background-color:#f3f4f7;
}
.testimonial-container .testimonial.testimonial-group-agent::after {
border-top-color:#f3f4f7;
}
.testimonial-container .testimonial::after {
display:block;
position:absolute;
top:100%;
right:80%;
content:"";
width: 0; 
height: 0; 
border-top: 30px solid #f3f4f7;
border-bottom: 20px solid transparent;
border-right: 40px solid transparent;
} .testimonial-footer {
background-image:url(//store.carsondunlop.com/wp-content/themes/cd-base/img/testimonial-bg.png);
background-size:cover;
background-position:center center;
padding:6em 0 4em;
}
.testimonial-footer .testimonial {
display:inline-block;
position:relative;
vertical-align:middle;
padding:20px 20px 0;
margin-bottom:4em;
background-color:#FFF;
border-radius:7px;
font-size:.8em;
}
.testimonial-footer .testimonial::after {
display:block;
position:absolute;
top:100%;
right:80%;
content:"";
width: 0; 
height: 0; 
border-top: 30px solid #FFF;
border-bottom: 20px solid transparent;
border-right: 40px solid transparent;
} .blog-item {
position:relative;
margin:0 0 40px;
padding-bottom:0;
}
.blog-item img {
float:left;
max-width:150px;
margin-right:30px;
margin-bottom:20px;
}
.blog-item h3 {
font-size:1.9em;
margin-bottom:.4em;
}
.blog-item p {
margin-bottom:2.8em;
}
.blog-item .more-link {
position:absolute;
bottom:18px;
right:25px;
} .entry-meta {
margin:.7em 0;
font-size:.8em;
}
.entry-meta a {
color:inherit;
text-decoration:none;
font-weight:300;
}
.entry-meta ul {
font-size:1em;
margin:0;
padding:0;
}
.entry-meta li {
list-style:none;
margin:0;
padding:0;
}
.entry-date:before{
display: inline-block;
vertical-align:middle;
margin-right:.7em;
content: "";
height: 1em;
width: 1em;
background-position: center;
background-repeat: no-repeat;
background-size: 100%;	
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xOTIgMTY2NGgyODh2LTI4OEgxOTJ2Mjg4em0zNTIgMGgzMjB2LTI4OEg1NDR2Mjg4em0tMzUyLTM1MmgyODhWOTkySDE5MnYzMjB6bTM1MiAwaDMyMFY5OTJINTQ0djMyMHpNMTkyIDkyOGgyODhWNjQwSDE5MnYyODh6bTczNiA3MzZoMzIwdi0yODhIOTI4djI4OHpNNTQ0IDkyOGgzMjBWNjQwSDU0NHYyODh6bTc2OCA3MzZoMjg4di0yODhoLTI4OHYyODh6bS0zODQtMzUyaDMyMFY5OTJIOTI4djMyMHpNNTc2IDQ0OFYxNjBxMC0xMy05LjUtMjIuNVQ1NDQgMTI4aC02NHEtMTMgMC0yMi41IDkuNVQ0NDggMTYwdjI4OHEwIDEzIDkuNSAyMi41VDQ4MCA0ODBoNjRxMTMgMCAyMi41LTkuNVQ1NzYgNDQ4em03MzYgODY0aDI4OFY5OTJoLTI4OHYzMjB6TTkyOCA5MjhoMzIwVjY0MEg5Mjh2Mjg4em0zODQgMGgyODhWNjQwaC0yODh2Mjg4em0zMi00ODBWMTYwcTAtMTMtOS41LTIyLjVUMTMxMiAxMjhoLTY0cS0xMyAwLTIyLjUgOS41VDEyMTYgMTYwdjI4OHEwIDEzIDkuNSAyMi41dDIyLjUgOS41aDY0cTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTM4NC02NHYxMjgwcTAgNTItMzggOTB0LTkwIDM4SDE5MnEtNTIgMC05MC0zOHQtMzgtOTBWMzg0cTAtNTIgMzgtOTB0OTAtMzhoMTI4di05NnEwLTY2IDQ3LTExM1Q0ODAgMGg2NHE2NiAwIDExMyA0N3Q0NyAxMTN2OTZoMzg0di05NnEwLTY2IDQ3LTExM3QxMTMtNDdoNjRxNjYgMCAxMTMgNDd0NDcgMTEzdjk2aDEyOHE1MiAwIDkwIDM4dDM4IDkweiIvPjwvc3ZnPg==");
}
.entry-cat:before{
display: inline-block;
vertical-align:middle;
margin-right:.7em;
content: "";
height: 1em;
width: 1em;
background-position: center;
background-repeat: no-repeat;
background-size: 100%;	
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNzI4IDYwOHY3MDRxMCA5Mi02NiAxNTh0LTE1OCA2NkgyODhxLTkyIDAtMTU4LTY2dC02Ni0xNThWMzUycTAtOTIgNjYtMTU4dDE1OC02NmgzMjBxOTIgMCAxNTggNjZ0NjYgMTU4djMyaDY3MnE5MiAwIDE1OCA2NnQ2NiAxNTh6Ii8+PC9zdmc+");
}
.share {
margin:0 0 2em;
}
.share a {
display:inline-block;
max-width:25px;
margin-right:5px;
}
.share a img {
filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); -webkit-filter: grayscale(1);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
transition: all .3s;
}
.share a:hover img {
filter: none;
-webkit-filter: grayscale(0%);
}
.share small {
display:inline-block;
margin-right:10px;
}
.single-post .wp-post-image {
margin:0 auto 2em;
} .interactive-area {
position:relative;
max-width:450px;
margin:1em auto;
}
.interactive-point {
position: absolute;
-webkit-transition: opacity 600ms 600ms, -webkit-transform 600ms 600ms;
transition: opacity 600ms 600ms, -webkit-transform 600ms 600ms;
-o-transition: opacity 600ms 600ms, transform 600ms 600ms;
transition: opacity 600ms 600ms, transform 600ms 600ms;
transition: opacity 600ms 600ms, transform 600ms 600ms, -webkit-transform 600ms 600ms;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
z-index: 1;
}
.interactive-point-icon {
position: absolute;
top: 0;
left: 0;
z-index: 2;	
cursor:pointer;
width:35px;
height:35px;
line-height:1;
font-size:25px;
font-weight:800;
text-align:center;
color:#FFFFFF;
border-radius:50%;
border:5px solid #FFFFFF;
background:#89949E;
-webkit-box-shadow: 0px 3px 3px 0px rgba(5,5,5,0.2);
-moz-box-shadow: 0px 3px 3px 0px rgba(5,5,5,0.2);
box-shadow: 0px 3px 3px 0px rgba(5,5,5,0.2);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;	
-webkit-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
.interactive-point.open .interactive-point-icon {
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
}
.interactive-point-inner {
max-width: 0;
max-height: 0;
overflow:hidden;
background-color: #FFFFFF;
border-radius: 20px;
-webkit-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
z-index: 1;
}
.interactive-point.open .interactive-point-inner {
max-width:333px;
max-height:333px;
}
.interactive-point.left .interactive-point-inner {
-webkit-transform: translate(-95%, 0);
-ms-transform: translate(-95%, 0);
transform: translate(-95%, 0);
}
.interactive-point.left.top .interactive-point-inner {
-webkit-transform: translate(-99%, -92%);
-ms-transform: translate(-99%, -92%);
transform: translate(-99%, -92%);
}
.interactive-point.top .interactive-point-inner {
-webkit-transform: translate(0, -95%);
-ms-transform: translate(0, -95%);
transform: translate(0, -95%);
}
.interactive-point-content {
padding:20px;
width:225px;
font-size:.8em;
color:#002147;
}
.interactive-point-content h4 {
margin:0 0 .2em;
} #region-trigger img {
display:inline-block;
vertical-align:middle;
max-width:27px;
}
#region-popup {
display:none;
text-align:center;
}
.region-popup-bg {
position:fixed;
z-index:9999;
top:0;
right:0;
left:0;
bottom:0;
background:rgba(0,0,0,.5);
}
.region-popup-box {
position:fixed;
z-index:99999;
top:20%;
right:0;
left:0;
margin:0 auto;
width:630px;
max-width:90%;
padding:30px;
text-align:center;
}
.region-popup-box a {
display:inline-block;
margin:1.5em 1em;
} .toggle-trigger {
display:block;
text-decoration:none;
font-weight:700;
font-size:1.5em;
padding:.4em 0 .7em;
}
.toggle-trigger::after {
display:inline-block;
content:"";
height: .5em;
width: .5em;
margin:0 0 .4em .3em;
vertical-align: middle;
border-top: 2px solid;
border-right: 2px solid;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.toggle-trigger[aria-expanded='true']::after {
margin:.2em 0 0 .3em;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.toggle-container {
display:none;
padding-bottom:1.5em;
}
.toggle-container[aria-hidden='true'] {
display:none;
} .sidebar .widget {
padding:15px 20px 10px;
margin-bottom:20px;
}
.sidebar .widget h2 {
font-size:1.7em;
margin-bottom:.4em;
}
.sidebar .widget p {
font-size:1.1em;
} .site-footer {
margin:3em 0 0
} .blog .site-footer {
margin:5em 0 0;
}
.main-footer {
background-color:#4B4F54;
color:#FFFFFF;
padding:4em 0;
}
.main-footer a {
color:#FFFFFF;
}
.main-footer a:hover {
color:#FFFFFF;
}
.main-footer .widget .menu {
list-style: none;
margin: 0 0 2em;
padding: 0;
font-size:.8em;
}
.main-footer .widget .menu a {
display:block;
margin:0 0 .3em;
text-decoration: none;
text-transform:uppercase;
font-weight:500;
}
.main-footer .widget .menu a:hover {
text-decoration:underline;
}
.social {
text-align:center;
margin-bottom:1em;
}
.social a {
display:inline-block;
width:30px;
}
.footer-meta {
margin:3em auto 0;
text-align:center;
font-size:.8em;
}
.footer-meta a {
text-decoration:none;
font-weight:500;
}
.menu-legal-container {
display:inline-block;
}
.menu-legal-container ul {
list-style:none;
font-size:inherit;
margin:0;
padding:0;
}
.menu-legal-container li {
display:inline-block;
margin:0;
padding:0;
}
.menu-legal-container li:before {
content:' – ';
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
position: absolute !important;
white-space: nowrap;
height: 1px;
width: 1px;
overflow: hidden;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.txt-right {
text-align:right;
}
.txt-center {
text-align:center;
}
@media (max-width: 991px) {
.txt-center-mobile {
text-align:center!important;
}
}
.display-block {
display:block!important;
}
body .txt-small {
font-size:1em;
} .fw-300 {
font-weight:300;
}
.fw-400 {
font-weight:400;
}
.fw-700 {
font-weight:700;
}
.fw-900 {
font-weight:900;
} .sz-1em {
font-size:1em;
}
.sz-2em {
font-size:2em;
}
.sz-3em {
font-size:3em;
}
.sz-3-5em {
font-size:3.5em;
} .m-0 {
margin:0;
}
.m-t-1em {
margin-top:1em;
}
.m-t-2em {
margin-top:2em;
}
.m-t-3em {
margin-top:3em;
}
.m-t-4em {
margin-top:4em;
}
.m-b-1em {
margin-bottom:1em;
}
.m-b-2em {
margin-bottom:2em;
}
.m-b-3em {
margin-bottom:3em;
}
.m-b-4em {
margin-bottom:4em;
}
.m-a-20 {
margin:20px;
} .p-0 {
padding:0;
}
.p-a-20 {
padding:20px;
}
.p-a-2em {
padding:2em;
} .mw-400 {
max-width:400px;
margin-left:auto;
margin-right:auto;
}
.mw-900 {
max-width:900px;
margin-left:auto;
margin-right:auto;
}
.mw-1000 {
max-width:1000px;
margin-left:auto;
margin-right:auto;
} @keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} @-moz-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} @-webkit-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} @-ms-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} @-o-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}
.loader {
margin: 100px auto;
font-size: 25px;
width: .8em;
height: .8em;
border-radius: 50%;
position: relative;
text-indent: -9999em;
-webkit-animation: load5 1.1s infinite ease;
animation: load5 1.1s infinite ease;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
@-webkit-keyframes load5 {
0%,
100% {
box-shadow: 0em -2.6em 0em 0em #333333, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
}
12.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #333333, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
}
25% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #333333, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
37.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #333333, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
50% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #333333, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
62.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #333333, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
75% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #333333, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
87.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #333333;
}
}
@keyframes load5 {
0%,
100% {
box-shadow: 0em -2.6em 0em 0em #333333, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
}
12.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #333333, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
}
25% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #333333, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
37.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #333333, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
50% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #333333, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
62.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #333333, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
75% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #333333, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
87.5% {
box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #333333;
}
} #hbspt-form-container {
min-height:150px;
}
#hbspt-form-container:empty:after{
display:block;
content: "Loading...";
text-align:center;
padding:3em;
}
.hs-form-field > label {
position:absolute;
left:-10000px;
top:auto;
} .no-placeholder .hs-form-field > label {
position:relative;
left:auto;
}
.hs-form .hs-error-msgs {
list-style:none;
margin:.3em 0 0;
padding:0;
}
.hs-form .hs-error-msgs label {
color:red;
font-weight:400;
font-size:.8em;
}
.hs-form input:focus:required:invalid {
border-color:orange;
}
.hs-form .hs-button {
width:100%;
}
form input.error {
border-color:red;
}
form .field {
margin:0 0 .8em;
}
.form-error {
color:red;
margin:.3em 0 0;
font-size:.8em;
} #mc_embed_signup {
margin-top:1em;
}
#mc_embed_signup response {
margin:.3em 0;
}
#mc_embed_signup input[type="submit"] {
display:block;
width:100%;
} button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
label {
color: #2C2D2D;
font-size:.9em;
font-weight: 700;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
outline: none;
border:none;
box-shadow: none;
text-shadow: none;
border-radius: 0;
font-size: 1rem;
line-height: 1;
cursor: pointer;
-webkit-appearance: none;
position:relative;
transition:all .5s;
text-decoration:none;
display:inline-block;
text-align:center;
font-weight:700;
padding: 1.3em 1.2em;
min-width: 200px;
background:#AD3744;
color:#FFFFFF;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background-color: #000000;
color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
outline:0;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"],
select,
textarea {
width: 100%;
border: 1px solid #bababa;
outline: none;
color: #2C2D2D;
background-color: rgba(255, 255, 255, 0.9);
border-radius: 0;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
border:1px solid #2C2D2D;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"] {
padding: 6px 10px;
}
textarea {
padding: 4px 11px;
overflow: auto;
}
.wpcf7-recaptcha {
margin-bottom:1em;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 1em 0;
}
.gallery-caption {
display: block;
margin-top:.3em;
}
.wp-caption-text {
font-size:.8em;
text-align: center;
} .gallery {
text-align:center;
margin:0 -.8em 1em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin:0 0 1em;
padding:0 .8em;
}
.gallery-item img {
outline:1px solid #CCC;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
} #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}  #cboxOverlay{background:#000; opacity: 0.8;}
#colorbox{outline:0;}
#cboxContent{margin-top:20px;background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:3px solid #000; background:#fff;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxLoadingGraphic{background:url(//store.carsondunlop.com/wp-content/themes/cd-base/img/loading.gif) no-repeat center center;} #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; min-width:auto; } #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{
position:absolute;
top:50%;
left:10px;
margin-top:-32px;
background:url(//store.carsondunlop.com/wp-content/themes/cd-base/img/controls.png) no-repeat top left;
width:28px;
height:65px;
text-indent:-9999px;
opacity:.8;
}
#cboxPrevious:hover{opacity:1;}
#cboxNext{
position:absolute;
top:50%;
right:10px;
margin-top:-32px;
background:url(//store.carsondunlop.com/wp-content/themes/cd-base/img/controls.png) no-repeat top right; 
width:28px;
height:65px;
text-indent:-9999px;
opacity:.8;
}
#cboxNext:hover{opacity:1;}
#cboxClose{
position:absolute;
top:10px;
right:10px;
display:block;
background:url(//store.carsondunlop.com/wp-content/themes/cd-base/img/controls.png) no-repeat top center;
width:22px;
height:22px;
text-indent:-9999px;
opacity:.8;
}
#cboxClose:hover{opacity:1;} .row.g-0 {
margin-right:0;
margin-left:0;
}
.row.g-0 > [class*='col-'] {
padding-right:0;
padding-left:0;
}
.row.g-4 {
margin-right:-2px;
margin-left:-2px;
}
.row.g-4 > [class*='col-'] {
padding-right:2px;
padding-left:2px;
}
.row.g-20 {
margin-right:-10px;
margin-left:-10px;
}
.row.g-20 > [class*='col-'] {
padding-right:10px;
padding-left:10px;
}
.row.g-40 {
margin-right:-20px;
margin-left:-20px;
}
.row.g-40 > [class*='col-'] {
padding-right:20px;
padding-left:20px;
} .container {
position:relative;
max-width: 1320px;
margin-right: auto;
margin-left: auto;
padding-right: 20px;
padding-left: 20px;
}
.row {
margin-left:-20px;
margin-right:-20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 20px;
padding-right: 20px;
} @media (min-width: 768px) {
.container {
padding-right: 40px;
padding-left: 40px;
}
.row {
margin-left:-40px;
margin-right:-40px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-left: 40px;
padding-right: 40px;
}
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
.visible-xs-block {
display: block !important;
}
.visible-xs-inline {
display: inline !important;
}
.visible-xs-inline-block {
display: inline-block !important;
}
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
.visible-sm-block {
display: block !important;
}
.visible-sm-inline {
display: inline !important;
}
.visible-sm-inline-block {
display: inline-block !important;
}
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
.visible-md-block {
display: block !important;
}
.visible-md-inline {
display: inline !important;
}
.visible-md-inline-block {
display: inline-block !important;
}
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
.visible-lg-block {
display: block !important;
}
.visible-lg-inline {
display: inline !important;
}
.visible-lg-inline-block {
display: inline-block !important;
}
.hidden-lg {
display: none !important;
}
} .clear:after,
.site-header:after,
.site-footer:after,
.clearfix:after,
.container:after,
.row:after,
.nav:after {
content: "";
display: table;
clear: both;
} @media print {
body {
padding:0;
}
.site-header {
position:relative;
}
.top-bar,
.nav-container,
.page-header .btn,
.sidebar,
.share,
.testimonial-footer,
.site-footer .widget,
.site-footer .social {
display:none;
}
}.top-bar {
background-color:#4B4F54;
color:#FFFFFF;
}
.cd-header-cart {
display:inline-block;
}
.cd-group-reset-header {
font-size: .9em;
font-weight: 700;
margin-right:.7em;
} del {    display:none !important;	}
ins {	 text-decoration:none !important; } .woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
background:#466193;
color:#FFFFFF;
border-radius:0;
-webkit-transition: all .3s;
transition: all .3s;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
background-color: #002147;
color:#FFFFFF;
-webkit-transform: scale(1.02);
transform: scale(1.02);
} .woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
background:#3D6297;
color:#FFFFFF;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background-color: #002147;
color:#FFFFFF;
} @media (max-width: 768px) {
h1 {
font-size:1.7em;
}
} @media (max-width: 768px) {
.home.woocommerce ul.products[class*=columns-] li.product,
.home.woocommerce-page ul.products[class*=columns-] li.product {
width: 100%;
clear: both;
margin: 0 0 1.3em;
}
} @media (max-width: 900px) {
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
width: 48%;
float: left;
clear: both;
margin: 0 0 1.3em;
}
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
float: right;
clear: none!important;
}
} @media (max-width: 600px) {
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
width: 100%;
clear: both;
margin: 0 0 1.3em;
}
} .cd-product-item {
background:#F3F4F7;
border:1px solid #E8E8E8;
padding-bottom:.5em;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
font-size:1rem;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
text-align:center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
color: #002147;
text-transform:none;
line-height:1.4;
min-height:3.3em;
padding:0 1em;
}
.woocommerce ul.products li.product a:hover h2 {
color:#AD3744;
}
.woocommerce ul.products li.product .price {
color: #4B4F54;
}
.woocommerce div.product p.price {
color: #4B4F54;
}
.woocommerce ul.products li.product .button {
margin: .7em .2em;
}
.woocommerce a.button.added::after {
display:none;
}
.woocommerce a.added_to_cart {
font-size: 100%;
margin: .7em .2em;
line-height: 1;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: .618em 1em;
font-weight: 700;
color: #FFFFFF;
background-color: #000000;
display: inline-block;
-webkit-transition: all .3s;
transition: all .3s;
}
.woocommerce a.added_to_cart:hover {
-webkit-transform: scale(1.02);
transform: scale(1.02);
} .woocommerce ul.products li.product-category a img {
border: 1px solid #E8E8E8;
background-color:#E8E8E8;
margin: 0 0 1.5em;
}
body.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
font-size:1.2em;
font-weight: 600;
padding:0;
margin:0 0 .3em;
text-transform: uppercase;
letter-spacing: .02em;
color: #AD3744;	
} @media (min-width: 993px) {
.home.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
font-size:1.5rem;
}
}
.woocommerce ul.products li.product-category .term-description p {
font-size:1rem;
padding:0 1em;
} @media (max-width: 900px) {
.cd-product-item,
li.product-category {
padding-top:.7em;
padding-bottom:.7em;
}
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product-category a img {
float:left;
width:38%;
max-width:130px;
margin:0 10px;
}
} .woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
margin:0 .2em;
} @media (max-width: 550px) {
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
float:none;
display:block;
text-align:center;
margin:0 0 .3em;
}
} @media (min-width: 769px) {
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
width: 35%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
width: 61%;
}
}
.woocommerce button.single_add_to_cart_button {
padding:1em 1.3em;
}
.woocommerce .woocommerce-product-details__short-description table.shop_table {
text-align:center;
}
.woocommerce-product-gallery .flex-control-thumbs li {
padding:2px;
}
.woocommerce-product-gallery .flex-control-thumbs img {
display:block;
outline:1px solid #333;
} .woocommerce table.cart td.actions .coupon input {
width:150px;
}
.woocommerce .quantity .qty {
width: 4.5em;
height:3em;
} tr.cart-discount th:empty,
tr.cart-discount td:empty {
display:none;
}
tr.cart-discount td:empty:before {
display:none;
} .woocommerce a.remove {
font-size: .9em;
font-weight: 400;
visibility: hidden;
width:auto;
}
.product-remove a.remove:before {
content: "Remove";
visibility: visible;
}
.product-remove a.remove:hover {
color: #000 !important;
} .shop_table {
background-color:#F3F4F7;
}
.shop_table p {
font-size:1rem;
}
.woocommerce .cart .coupon .button  {
min-width:auto;
}
.woocommerce-checkout #payment {
background-color:#F3F4F7;
}
.woocommerce-checkout #payment fieldset {
border:none;
padding:0;
}
.woocommerce-checkout #payment div.payment_box {
background-color:#f9fafc;
}
.woocommerce-checkout #payment div.payment_box::before {
border-bottom-color:#f9fafc;
}
#wc-beanstream-account-number {
padding-right:60px !important;
} @media (min-width: 993px) {
#customer_details .col-1,
#customer_details .col-2 {
width:100%;
}
#customer_details {
width:40%;
float:left;
}
#order_review_heading,
#order_review { 
float:left;
width:56%;
margin-left:4%;
}
}  .woocommerce ul.order_details {
padding:0;
}
@media (max-width: 768px) {
.woocommerce ul.order_details li {
float: none;
margin-right: 0;
margin-bottom:1em;
border-right:none;
padding-right: 0;
}
}