/*general*/

body {
    background-image: url(../img/bg.jpg);
    font-family: 'Lato';
}

.wrapper {
    width: 1258px;
    margin: 0 auto;
}

.container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}


/*end general*/


/*left column*/

.left-column {
    width: 508px;
    float: left;
    position: relative;
}

.logo {
    margin-left: -65px;
    padding-top: 5px;
}

.slider {
    margin-top: -2px;
    height: 635px;
    width: 508px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.product-name {
    font-family: 'Lato';
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
    color: #000;
    position: absolute;
    top: 226px;
    left: 31px;
    line-height: 20px;
}

.vote-button {
    border: 2px solid #7d7d7d;
    color: #7d7d7d;
    text-decoration: none;
    text-transform: uppercase;
    font-size: bold;
    position: absolute;
    left: 118px;
    top: 770px;
    padding: 10px 25px 10px 25px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lato';
    cursor: pointer;
}

.product-name>span {
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
}


/*nav*/

nav {
    font-size: 16px;
    font-family: 'Lato';
    padding-left: 42px;
    margin-top: 12px;
}

nav>ul>li {
    display: inline-block;
    margin-right: 10px;
}

nav>ul>li:after {
    content: "|";
    margin-left: 13px;
    margin-right: 2px;
    color: #a1a1a1;
}

nav>ul>li:last-child:after {
    content: none;
}

nav>ul>li>a {
    color: #a1a1a1;
    text-decoration: none;
}

nav>ul>li>a:hover {
    text-decoration: none;
    /*    color:*/
}

.active {
    font-weight: bold;
    color: #333;
}


/*end nav*/


/*end left column*/


/*right column*/

.right-column {
    width: 452px;
    float: right;
    font-family: 'Lato';
}

.right-column>h1 {
    font-size: 33px;
    letter-spacing: 0.8px;
    color: #fff;
    font-weight: bold;
    line-height: 38px;
    margin-top: 17px;
}

.right-column>h1>span {
    font-size: 43px;
    color: #ff0000;
}

.first-site .right-column .content>h1 {
    color: #ec008c;
}


/*buttons*/

.buttons a {
    border: 2px solid #7d7d7d;
    color: #7d7d7d;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 22px;
    font-size: bold;
}

.buttons .vote {
    display: inline-block;
    padding: 7px 14px 7px 14px;
}

.buttons .prize {
    display: inline-block;
    margin-left: 15px;
    padding: 7px 63px 7px 63px;
}

.prize-site .buttons .prize {
    background-color: #ec008c;
    border: 2px solid #fff;
}

.prize-site .buttons .prize {
    color: #fff!important;
}

.voting-site .buttons .vote {
    background-color: #f7a825;
    border: 2px solid #fff;
}

.voting-site .buttons .vote {
    color: #fff!important;
}


/*end buttons*/


/*content section*/

.content {
    min-height: 635px;
    background-color: #fff;
    margin-top: 45px;
}

.standard .content,
.medium .content,
.premium .content {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e4e9+0,fdfdfd+100 */
    background: #e1e4e9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e1e4e9 0%, #fdfdfd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1e4e9 0%, #fdfdfd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1e4e9 0%, #fdfdfd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e1e4e9', endColorstr='#fdfdfd', GradientType=0);
    /* IE6-9 */
}

.prize-site .content {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e7ea+57,ffffff+100 */
    background: #e3e7ea;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e3e7ea 57%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e3e7ea 57%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e3e7ea 57%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e3e7ea', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.voting-site .content {
    margin-top: 20px;
    padding-top: 1px;
    padding-bottom: 24px;
}

.content h1 {
    font-size: 70px;
    font-weight: 900;
    color: #8dc63f;
    padding: 19px;
    margin-left: 2px;
    letter-spacing: 2.2px;
}

.prize-site .content>h1 {
    color: #ec008c;
}

.content p {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Myriad Pro';
    margin-left: 21px;
    margin-top: 5px;
    margin-right: 40px;
    letter-spacing: 1.5px;
    line-height: 24px;
}

.content p>strong {
    font-weight: 900;
}

.content .prize-list {
    margin-top: 60px;
}

.prize-list>li {
    padding-left: 60px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 2px;
}

.prize-list>li:hover {
    cursor: pointer;
}

.active-prize {
    background-color: #ec008c;
    color: #fff;
}

.active-prize>span {
    font-weight: bold;
}

.voting-site .content h3 {
    color: #7d7d7d;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 12px;
    margin-top: 7px;
}

.voting-site .content h3.category {
    margin-top: 14px;
}

.voting-site .content .sort li {
    margin-top: 6px;
    display: inline-block;
    font-size: 13px;
    color: #7d7d7d;
    text-transform: uppercase;
    padding: 6px 20px 6px 21px;
    cursor: pointer;
}

.voting-site .content .sort li.standard-sort-active {
    background-color: #e571c5;
    color: #fff;
}

.voting-site .content .sort li.medium-sort-active {
    background-color: #65ab49;
    color: #fff;
}

.voting-site .content .sort li.premium-sort-active {
    background-color: #c08e35;
    color: #fff;
}

.sort-unactive {
    background-color: #fff;
    color: #7d7d7d;
}

.voting-site .content .cart-category li {
    margin-top: 5px;
    display: inline-block;
    font-size: 18px;
}

.cart-category li {
    text-decoration: none;
    color: #7d7d7d;
    text-transform: uppercase;
}

.cart-category li a {
    text-decoration: none;
    color: #7d7d7d;
    text-transform: uppercase;
}

.cart-category li:hover {
    cursor: pointer;
}

.cart-category li:first-child {
    padding: 12px 26px 12px 26px;
}

.cart-category li:nth-child(2) {
    padding: 12px 38px 12px 35px;
}

.cart-category li:last-child {
    padding: 12px 37px 12px 26px;
}

.cart-category li.standard-cart-category {
    background-color: #e571c5;
    color: #fff;
}

.cart-category li.medium-cart-category {
    background-color: #65ab49;
    color: #fff;
}

.cart-category li.premium-cart-category {
    background-color: #c08e35;
    color: #fff;
}

.cart-category li.standard-cart-category a {
    background-color: #e571c5;
    color: #fff;
}

.cart-category li.medium-cart-category a {
    background-color: #65ab49;
    color: #fff;
}

.cart-category li.premium-cart-category a {
    background-color: #c08e35;
    color: #fff;
}

ol.cart-list>li {
    margin: 10px;
    color: #000;
}

.cart-list {
    overflow: auto;
    height: 595px;
}

.cart-list ol li {
    margin-top: 1px;
    padding: 5px 16px 5px 16px;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

ol {
    counter-reset: numbers;
    list-style-type: none;
}

.cart-list ol li::before {
    counter-increment: numbers;
    content: counters(numbers, "")". ";
}

.cart-list ol li>span {
    text-align: left;
    margin-left: 28px;
}

.cart-list ol li {
    cursor: pointer;
}

.standard .cart-list ol li.active-cart-list {
    background-color: #e571c5;
    color: #fff;
}

.standard .cart-list ol li>span.cart-list-secondary-text {
    font-weight: bold;
    font-size: 14px;
    text-transform: lowercase;
}

.medium .cart-list ol li>span.cart-list-secondary-text {
    font-weight: bold;
    font-size: 14px;
    text-transform: lowercase;
}

.premium .cart-list ol li>span.cart-list-secondary-text {
    font-weight: bold;
    font-size: 14px;
    text-transform: lowercase;
}

.medium .cart-list ol li.active-cart-list {
    background-color: #65ab49;
    color: #fff;
}

.medium .cart-list ol li.active-cart-list>span.cart-list-secondary-text {
    font-weight: bold;
    font-size: 14px;
    text-transform: lowercase;
}

.premium .cart-list ol li.active-cart-list {
    background-color: #c08e35;
    color: #fff;
}

.premium .cart-list ol li.active-cart-list>span.cart-list-secondary-text {
    font-weight: bold;
    font-size: 14px;
    text-transform: lowercase;
}

.cart-list::-webkit-scrollbar {
    width: 8px;
}

.cart-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 10px 0px #fff;
    border-radius: 10px;
}

.cart-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    color: #c3c3c3;
    background-color: #c3c3c3;
    height: 170px;
}

.add-cart {
    border: 2px solid #7d7d7d;
    color: #7d7d7d;
    text-decoration: none;
    text-transform: uppercase;
    font-size: bold;
    padding: 7px 18px 7px 18px;
    margin-left: 1px;
    margin-top: 14px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato';
    cursor: pointer;
}


/*end content section*/


/*socials*/

.socials .fb {
    position: fixed;
    right: 0px;
    top: 167px;
}

.socials .mij-logo {
    position: fixed;
    right: 0px;
    top: 221px;
}

.socials .pregnancy-logo {
    position: fixed;
    right: 0px;
    top: 404px;
}


/*end socials*/


/*add cart modal*/

.modal-add-cart {
    position: absolute;
    top: 172px;
    left: 50%;
    transform: translate(-50%);
    display: none;
}

.cart-survey {
    width: 723px;
    height: auto;
    padding-bottom: 35px;
    font-family: 'Lato';
    font-size: 15px;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 30px;
    text-transform: uppercase;
    color: #7d7d7d;
    line-height: 22px;
    letter-spacing: 0.3px;
    position: relative;
}

.cart-survey>span {
    display: inline-block;
    padding-top: 10px;
    padding-left: 2px;
    float: left;
}

.cart-survey input {
    border: 1px solid #000;
    border-top: 1px solid #fff;
    width: 496px;
    height: 22px;
    margin-left: 8px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.cart-survey input:focus {
    outline: none;
}

form:after {
    content: "";
    display: table;
    clear: both;
}

.cart-survey a {
    display: block;
    text-align: center;
    width: 204px;
    height: 28px;
    border: 1px solid #7d7d7d;
    text-decoration: none;
    margin-top: 20px;
    margin-left: 203px;
    padding-top: 5px;
    letter-spacing: 1px;
    color: #7d7d7d;
}

.close-button {
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
}


/*end add cart modal*/


/*vote on cart modal*/

.modal-vote {
    position: absolute;
    top: 172px;
    left: 50%;
    transform: translate(-50%);
    display: none;
}

.vote-survey {
    width: 722px;
    height: 528px;
    font-family: 'Lato';
    font-size: 15px;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 43px;
    padding-right: 39px;
    padding-top: 30px;
    text-transform: uppercase;
    color: #7d7d7d;
    line-height: 18px;
    letter-spacing: 0.3px;
    position: relative;
}

.vote-survey b {
    font-weight: 900;
}

.vote-survey>span.vote-survey-questions {
    display: inline-block;
    padding-top: 12px;
    padding-left: 2px;
    float: left;
    line-height: 48px;
    text-align: right;
}

.vote-survey form {
    margin-bottom: 18px;
}

.vote-survey input.questions {
    border: 1px solid #000;
    border-top: 1px solid #fff;
    width: 398px;
    height: 22px;
    margin-left: 9px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.vote-survey input:focus {
    outline: none;
}

.vote-survey .copyrights {
    font-size: 13.5px;
    display: inline-block;
    line-height: 18px;
    margin-left: 12px;
}

.vote-survey a {
    display: block;
    text-align: center;
    width: 204px;
    height: 28px;
    border: 1px solid #7d7d7d;
    text-decoration: none;
    margin-top: 30px;
    margin-left: 202px;
    padding-top: 5px;
    letter-spacing: 1px;
    color: #7d7d7d;
}

.vote-survey .confirmation {
    font-size: 13.5px;
    letter-spacing: 0.25px;
    margin-left: -13px;
    margin-top: 21px;
}

.close-button {
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
}


/*custom checkbox*/

input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label {
    background-image: url(../img/checkboxes.jpg);
    background-position: 0 0px;
    display: inline-block;
    height: 28px;
    width: 28px;
    margin: 0px;
    margin-top: 21px;
}

input[type=checkbox]:checked + label {
    background-image: url(../img/checkboxes.jpg);
    background-position: 0 -28px;
    display: inline-block;
}


/*end custom checkbox*/


/*end vote on card modal*/


/*end right column*/