/* General styles*/

body {
    /*
	background-image: -webkit-linear-gradient(top, white,rgba(255, 255, 255, 0) 75%),url("../images/bg_repeat.png"); 	
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 65%,  rgba(255, 255, 255, 1) 75%), url("../images/bg_repeat.png") repeat;
	font-family: Open Sans;
	font-size: 14px;
	*/
}

/* General styles END*/

/* Font styles*/
 
@font-face {
    font-family: Rawengulk Bold;
    src: url(fonts/rawengulk/RawengulkBold.otf);
}

@font-face {
    font-family: Rawengulk Demibold;
    src: url(fonts/rawengulk/RawengulkDemibold.otf);
}

@font-face {
    font-family: Rawengulk Light;
    src: url(fonts/rawengulk/RawengulkLight.otf);
}

@font-face {
    font-family: Rawengulk Regular;
    src: url(fonts/rawengulk/RawengulkRegular.otf);
}

@font-face {
    font-family: Rawengulk Ultralight;
    src: url(fonts/rawengulk/RawengulkUltralight.otf);
}

/* Font styles END */

/* Header */

.header_container {
    width: 100%;
    float: left;
}

.header {
    width: 1024px;
    margin: 0 auto;
}

.navigation_bar {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px dashed #e1e1e1;
    border-left: 1px dashed #e1e1e1;
    border-right: 1px dashed #e1e1e1;
    color: #2f748d;
    padding: 10px 20px 8px;
    position: fixed;
    top: 0;
    width: 1024px;
    z-index: 1000000;
}

.navigation_left {
    float: left;
    line-height: 28px;
}

.navigation_bar a {
    text-decoration: none;
    color: #2F748D;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 300;
    display: inline-block;
}

.navigation_bar a:hover {
    text-decoration: underline;
}

.navigation_right {
    float: right;
    line-height: 28px;
    text-align: right;
}

.navigation_right img {
    vertical-align: bottom;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 75px;
}

/* Header End */

/* Footer */

.footer_container {
    background: transparent url(../images/footer_repeat.png) repeat-x scroll 0 0;
    float: left;
    margin-top: 80px;
    padding-bottom: 40px;
    padding-top: 110px;
    width: 100%;
}

.footer {
    width: 1024px;
    margin: 0 auto;
}

.social_links {
    margin-top: 28px;
    text-align: center;
    float: left;
    width: 100%;
}

.social_links a {
    text-decoration: none;
}

.footer_text {
    margin-top: 23px;
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    float: left;
    width: 100%;
}

.footer_text a {
    color: #2f748d;
    font-size: 13px;
}

/* Footer End */

/* Index Page */

.content_container {
    width: 100%;
    float: left;
}

.content {
    width: 1024px;
    margin: 0 auto;
}

.index_left_column {
    width: 486px;
    float: left;
    margin-right: 25px;
}

.category_title {
    float: left;
    height: 100px;
    margin-top: 55px;
    padding-top: 25px;
    text-align: center;
    width: 100%;
    font-size: 22px;
}

.category_title_bold {
    font-family: Rawengulk Bold;
}

.category_title_demibold {
    font-family: Rawengulk Demibold;
}

.category_line {
    width: 100%;
    line-height: 50px;
    margin-top: 15px;
    float: left;
}

.category_line a {
    color: white;
    text-decoration: none;
    font-family: Rawengulk Bold;
    font-size: 18px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.category_line a:hover {
    background: gray;
}

.category_line a img {
    float: right;
    margin-top: 5px;
}

.index_right_column {
    width: 486px;
    float: left;
    margin-left: 25px;
}

.editing_options {
    width: 235px;
    height: 157px;
    color: white;
    float: left;
    margin-top: 15px;
    text-align: center;
    font-family: Rawengulk Bold;
    font-size: 18px
}

.editing_options a {
    color: white;
    cursor: pointer;
    display: block;
    height: 100%;
    text-decoration: none;
}

.editing_options:hover {
    background-color: rgb(191, 30, 46);
}

/* Background Colors */

.existing_card {
    color: white;
    background-color: rgb(191, 30, 46);
}

.pink_background {
    background-color: rgb(243, 109, 162);
}

.orange_background {
    background-color: rgb(244, 104, 68);
}

.green_background {
    background-color: rgb(54, 136, 98);
}

.red_background {
    background-color: rgb(241, 65, 65);
}

.gray_background {
    background-color: rgb(80, 128, 166);
}

.dark_pink_background {
    background-color: rgb(212, 63, 157);
}

.purple_background {
    background-color: rgb(103, 56, 198);
}

.yellow_background {
    background-color: rgb(231, 163, 56);
}

.light_green_background {
    background-color: rgb(117, 143, 70);
}

.editing_options img {
    margin-top: 30px;
    margin-bottom: 10px;
}

.create_card {
    color: white;
    background-color: rgb(11, 128, 163);
}

.existing_template {
    background-color: rgb(11, 128, 163);
    margin-right: 16px;
}

.scratch_design {
    background-color: rgb(11, 128, 163);
}

/* Background Colors End*/

/* Index Page End */

/* Listing page */

.menu_container {
    width: 100%;
    float: left;
    margin-top: 35px;
}

.menu {
    float: left;
    width: 100%;
}

.menu ul {
    list-style-type: none;
}

.menu ul li {
    float: left;
    margin-right: 2px;
    text-align: center;
    margin-bottom: 2px;
}

.menu ul li a {
    color: white;
    display: block;
    width: 144px;
    line-height: 48px;
    cursor: pointer;
    font-family: Rawengulk Bold;
    font-size: 18px;
    text-decoration: none;
}

.menu ul li a:hover {
    background: gray;
}

.search_bar {
    background: #fff url(../images/search.png) no-repeat scroll right 10px center;
    border: 1px solid #97bcc8;
    color: #2f748d;
    float: left;
    font-size: 14px;
    height: 48px;
    padding-left: 10px;
    width: 729px;
}

.search_bar::-webkit-input-placeholder {
    color: #2F748D;
    font-family: Open Sans;
    font-weight: 300;
    font-size: 14px;
}

.filters {
    float: left;
    line-height: 26px;
    margin-top: 14px;
    width: 100%;
}

.filter_label {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 13px;
}

.filter_options {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(images/arrow.png) no-repeat scroll right center;
    border: 1px solid #dddddd;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 300;
    height: 28px;
    text-indent: 1px;
    width: 83px;
}

.apply_filters {
    height: 28px;
    background: rgb(242, 250, 253);
    color: rgb(53, 120, 146);
    border: 1px solid #97BCC8;
    cursor: pointer;
    font-family: Open Sans Semibold;
    font-size: 13px;
}

.apply_filters:hover {
    background: gray;
    border: 1px solid gray;
    color: white;
}

.pagination_placeholder {
    background: red;
    float: left;
    margin-top: 25px;
    width: 100%;
}

.product_listing {
    float: left;
    width: 100%;
}

.product_listing_container {
    float: left;
    height: auto;
    margin: 25px 15px 10px;
    width: 311px;
}

.product_listing_image {
    float: left;
    height: 300px;
    line-height: 300px;
    text-align: center;
    width: 100%;
}

.product_listing_image a {}

.product_listing_image img {
    border: 1px solid #686868;
    box-shadow: 7px 5px 8px #bcbcbc;
    max-height: 300px;
    max-width: 311px;
    vertical-align: bottom;
}

.product_listing_image img:hover {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: transform 0.5s ease-out 0s, box-shadow 0.5s ease 0s;
}

.product_listing_meta {
    float: left;
    margin-top: 14px;
    padding-left: 49px;
    padding-right: 49px;
    width: 100%;
}

.product_listing_meta a {
    text-decoration: none;
}

.customize {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid;
    box-shadow: 0 5px 5px #c5cacb;
    color: #a5111f;
    float: left;
    font-family: Rawengulk Demibold;
    font-size: 15px;
    padding: 10px 9px;
}

.customize:hover {
    background: #a5111f;
    color: white;
    border: 1px solid #A5111F;
    ;
}

.add_cart {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #97bcc8;
    box-shadow: 0 5px 5px #c5cacb;
    color: #426689;
    float: right;
    font-family: Rawengulk Demibold;
    font-size: 15px;
    padding: 8px 6px 4px;
}

.add_cart img {
    height: 22px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.add_cart:hover {
    background: #a5111f;
    border: 1px solid #a5111f;
    color: white;
}

/*Listing page end */

/*General styles for details page*/

.product_details {
    float: left;
    width: 100%;
}

.product_header {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.product_header h1 {
    float: left;
    color: #63869F;
    font-size: 20px;
    display: inline-block;
    font-family: Open Sans;
    font-weight: 300;
}

.search_results {
    float: right;
    margin-top: -2px;
}

.search_results a {
    color: #919191;
    border: 2px solid #C5C8C7;
    background: #F6F4F5;
    padding: 5px;
    cursor: pointer;
    font-family: Open Sans;
    font-size: 13px;
    display: block
}

.search_results a:hover {
    background: gray;
    color: white;
    border: 2px solid gray;
}

.product_content {
    float: left;
    width: 100%;
    background: white;
    margin-top: 13px;
    padding: 20px;
    border: 1px solid #A1C0CD;
}

.product_details_section_title {
    color: #63869f;
    float: left;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 3px;
    text-align: center;
    width: 100%;
}

.our_price {
    font-size: 16px;
}

.product_option {
    float: left;
    margin-bottom: 12px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}

.page_type_select {
    cursor: pointer;
}

.product_price {
    background: #2D84B9;
    color: white;
    display: inline-block;
    font-family: Open Sans;
    font-size: 17px;
}

.quantity_input {
    text-align: center;
    font-family: Open Sans;
    font-size: 17px;
}

.add_bag_button {
    background: #A5111F;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans;
    font-size: 17px
}

.add_bag_button:hover {
    background: gray;
}

.reset_design {
    margin-top: 40px;
    position: relative;
    text-align: center;
    width: 100%;
}

.reset_design a {
    border: 1px solid #95b7c3;
    color: #1a7ab3;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-top: 25px;
    width: 245px;
}

.reset_design a:hover {
    background: gray;
    color: white;
}

/*General styles for details page END*/

/*Details portrait page*/

.product_details_left {
    float: right;
    margin-left: 20px;
    text-align: center;
    width: 360px;
}

.product_details_width_portrait {
    height: 52px;
    line-height: 52px;
    margin-left: 2px;
    margin-right: 2px;
    width: 113px;
}

.product_details_right {
    float: left;
    text-align: center;
}

/*Details page portrait end*/

/*Details landscape page*/

.product_details_top {
    float: left;
    width: 100%;
}

.product_details_floated_left_first {
    float: left;
    width: 403px;
    ;
}

.product_details_floated_left_second {
    float: left;
    width: 221px;
    ;
}

.product_details_floated_right {
    float: right;
    text-align: center;
    width: 358px;
    ;
}

.product_details_width_landscape {
    height: 48px;
    line-height: 48px;
    margin-top: 10px;
    width: 106px;
}

.product_details_bottom {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

/*Details landscape page end*/

@media (max-width: 479px) {
    /* Header */
    .header {
        width: 300px;
    }
    .logo a img {
        width: 300px;
        padding-left: 5px;
        padding-right: 5px;
    }
    /* Header End*/
    /*Footer*/
    .footer {
        width: 300px;
    }
    /*Footer End*/
    .content {
        width: 300px;
    }
    .navigation_bar a {
        margin-bottom: 10px;
    }
    .navigation_left a {
        float: left;
        width: 100%;
    }
    .navigation_left {
        text-align: center;
        font-size: 0px;
    }
    .navigation_right img {
        margin-left: 0;
    }
    /*Index page*/
    .index_left_column {
        width: 300px;
        margin-right: 0;
        float: right;
    }
    .index_right_column {
        width: 300px;
        margin-left: 0;
        float: left;
    }
    .editing_options {
        width: 147px;
    }
    .existing_template {
        margin-right: 5px;
    }
    /*Index page End*/
    /*Listing page*/
    .menu ul li {
        margin-right: 0;
        margin-left: 0px;
    }
    .menu ul li a {
        width: 150px;
    }
    .search_bar {
        width: 300px;
    }
    .filter_options {
        width: 97px;
        height: 40px;
        margin-bottom: 5px;
    }
    .filter_label {
        display: none;
    }
    .apply_filters {
        height: 39px;
        width: 106px;
        margin-left: 97px;
    }
    .product_listing_container {
        width: 145px;
        margin-left: 0;
        margin-right: 10px;
    }
    .product_listing_container:nth-child(2n) {
        margin-left: 0;
        margin-right: 0;
    }
    .product_listing_image img {
        width: 145px;
    }
    /*Listing page End*/
    /*Details portrait page*/
    .search_results {
        float: left;
        margin-top: 5px;
        width: 300px;
    }
    .search_results a {
        text-align: center;
    }
    .product_details_left {
        width: 100%;
    }
    .product_details_right {
        float: left;
    }
    .product_details_right img {
        width: 100%;
    }
    /*Details portrait page End*/
    /*Details landscape page*/
    .search_results {
        float: left;
        margin-top: 5px;
        width: 300px;
    }
    .product_details_floated_left_first {
        width: 100%;
    }
    .product_details_floated_left_second {
        width: 100%;
    }
    .product_details_floated_right {
        width: 100%;
        float: left;
    }
    .product_details_bottom img {
        width: 100%;
    }
    /*Details landscape page End*/
}

@media (min-width: 480px) and (max-width: 767px) {
    /* Header */
    .header {
        width: 480px;
    }
    .logo a img {
        width: 480px;
        padding-left: 5px;
        padding-right: 5px;
    }
    /* Header End*/
    /*Footer*/
    .footer {
        width: 480px;
    }
    /*Footer End*/
    .content {
        width: 480px;
    }
    .navigation_left {
        margin-left: 53px;
    }
    .navigation_right {
        float: left;
        margin-left: 106px;
        margin-top: 15px;
    }
    /*Index page*/
    .index_left_column {
        width: 480px;
        margin-right: 0;
        float: right;
    }
    .index_right_column {
        width: 480px;
        margin-left: 0;
        float: left;
    }
    .editing_options {
        width: 232px;
    }
    /*Index page End*/
    /*Listing page*/
    .menu ul li {
        margin-right: 0;
        margin-left: 0px;
    }
    .menu ul li a {
        width: 160px;
    }
    .search_bar {
        width: 480px;
    }
    .filter_options {
        width: 117px;
        height: 40px;
        margin-bottom: 5px;
    }
    .filter_label {
        display: none;
    }
    .apply_filters {
        height: 39px;
        width: 106px;
    }
    .product_listing_container {
        width: 153px;
        margin-left: 0;
        margin-right: 10px;
    }
    .product_listing_container:nth-child(3n) {
        margin-left: 0;
        margin-right: 0;
    }
    .product_listing_image img {
        width: 154px;
    }
    /*Listing page End*/
    /*Details portrait page*/
    .product_header h1 {
        width: 480px;
        text-align: center;
    }
    .search_results {
        float: left;
        margin-left: 166px;
        margin-top: 5px;
    }
    .product_details_left {
        width: 100%;
    }
    .product_details_right {
        float: left;
    }
    .product_details_right img {
        width: 100%;
    }
    /*Details portrait page End*/
    /*Details landscape page*/
    .search_results {
        float: left;
        margin-top: 5px;
    }
    .product_details_floated_left_first {
        width: 100%;
    }
    .product_details_floated_left_second {
        width: 100%;
    }
    .product_details_floated_right {
        width: 100%;
        float: left;
    }
    .product_details_bottom img {
        width: 100%;
    }
    /*Details landscape page End*/
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Header */
    .header {
        width: 768px;
    }
    .navigation_bar {
        padding-left: 5px;
        padding-right: 5px;
    }
    /* Header End*/
    /*Footer*/
    .footer {
        width: 768px;
    }
    /*Footer End*/
    .content {
        width: 768px;
    }
    /*Index page*/
    .index_left_column {
        width: 379px;
        margin-right: 5px;
    }
    .index_right_column {
        width: 379px;
        margin-left: 5px;
    }
    .editing_options {
        margin-left: 72px;
        width: 232px;
    }
    .existing_template {
        margin-right: 5px;
    }
    /*Index page End*/
    /*Listing page*/
    .menu ul li {
        margin-right: 0;
        margin-left: 0px;
    }
    .menu ul li a {
        width: 192px;
    }
    .search_bar {
        width: 576px;
    }
    .filter_options {
        width: 101px;
    }
    .product_listing_container {
        width: 145px;
        margin-left: 0;
        margin-right: 10px;
    }
    .product_listing_container:nth-child(5n) {
        margin-left: 0;
        margin-right: 0;
    }
    .product_listing_container:nth-child(6n) {
        margin-right: 10px;
    }
    .product_listing_image img {
        width: 148px;
    }
    /*Listing page End*/
    /*Details portrait page*/
    .search_results {
        float: right;
        margin-top: 5px;
    }
    .product_details_left {
        width: 100%;
    }
    .product_details_right {
        text-align: center;
        float: left;
        width: 726px;
    }
    .product_details_right img {
        width: 100%;
    }
    /*Details portrait page End*/
    \
    /*Details landscape page*/
    .search_results {
        float: left;
        margin-top: 5px;
        width: 300px;
    }
    .product_details_floated_left_second {
        width: 323px;
    }
    .product_details_floated_right {
        width: 100%;
        float: left;
    }
    .product_details_bottom img {
        width: 100%;
    }
    /*Details landscape page End*/
}

/*************** Popup ***************/

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background: rgba(217, 222, 224, 0.5);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.popup-overlay.popup-show {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    vertical-align: middle;
    width: 100%;
    font-size: 28px;
    font-size: 3.5vh;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    max-width: 600px;
    display: block;
    margin: auto;
    top: 50%;
    right: 0;
    left: 0;
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.tContainer {
    display: inline-block;
    width: 100%;
    max-width: 900px;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(-35%) rotateX(45deg);
    -moz-transform: translateY(-35%) rotateX(45deg);
    -ms-transform: translateY(-35%) rotateX(45deg);
    transform: translateY(-35%) rotateX(45deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    border-radius: 4px;
    border: solid 1px #666;
    position: relative;
    padding: 30px;
    background: #fff none repeat scroll 0 0;
}

.hidePopup {
    cursor: pointer;
    height: 45px;
    position: absolute;
    right: -22px;
    top: -22px;
    width: 45px;
    z-index: 9999;
}

.popup-show .popup-content .tContainer {
    -webkit-transform: translateY(0) rotateX(0deg);
    -moz-transform: translateY(0) rotateX(0deg);
    -ms-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
}

.popup-rollOut .popup-content .tContainer {
    -webkit-transform: translateY(35%) rotateX(-45deg);
    -moz-transform: translateY(35%) rotateX(-45deg);
    -ms-transform: translateY(35%) rotateX(-45deg);
    transform: translateY(35%) rotateX(-45deg);
}

/***************Popup End ***************/

/* Login Area */

.account_fields_area {
    float: left;
    width: 100%;
}

.account_field {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.account_field_last {
    margin: 0;
}

.account_field_title {
    color: #2f748d;
    float: left;
    font-size: 18px;
    margin-bottom: 24px;
    text-align: center;
    width: 100%;
}

.account_modal_close {
    cursor: pointer;
    float: right;
    width: 16px;
}

.account_field_label {
    color: #686868;
    float: left;
    font-size: 15px;
    line-height: 40px;
    padding-right: 20px;
    text-align: right;
    width: 30%;
}

.account_field_label a {
    color: #2f748d;
    font-size: 14px;
    text-decoration: underline;
}

.account_field_container {
    float: left;
    width: 70%;
    color: #686868;
    font-size: 15px;
    text-align: left;
}

.account_field_container a {
    color: #2f748d;
    font-size: 14px;
    float: left;
    margin-top: 10px;
}

.account_field_input {
    border: 1px solid #ccc;
    color: #222;
    float: left;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    width: 90%;
}

.submit_account {
    background: #a5111f none repeat scroll 0 0;
    border: medium none;
    color: white;
    cursor: pointer;
    float: right;
    font-size: 15px;
    padding: 8px 18px;
}

.submit_account:hover {
    background: #d64f2a;
}

.account_field .error_area {
    color: #bf1e2e;
    font-size: 14px;
    text-align: center;
}

/* Login Area End */

.checkout_link {
    background: #a5111f;
    border: medium none;
    color: white;
    cursor: pointer;
    margin-left: 10px;
    padding: 1px 8px;
}

.checkout_link:hover {
    background: #d64f2a;
    color: #FFFFFF;
    text-decoration: none;
}

.category_description {
    float: left;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    padding-left: 42px;
    padding-right: 42px;
    padding-bottom: 2px;
    padding-top: 2px;
    background: black;
}

.category_description h1 {
    font-size: 17px;
    margin: 0;
    color: white;
    font-weight: normal;
    text-align: center;
}

.category_description h1 a {
    color: #B0B0B0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 8px;
    float: right;
}

.category_description h1 a:hover {
    color: white;
}

.category_description h1 span {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 8px;
    float: left;
}

.category_description p {
    color: #444444;
    font-size: 18px;
    line-height: 22px;
    margin-top: 12px;
}

.category_description_subnavigation {
    text-align: left;
    background: none;
    padding-bottom: 20px;
    padding-top: 0;
}

.category_description_subnavigation a {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 32px;
    font-family: 'Poppins';
    position: relative;
    color: black;
    padding: 0 18px;
    white-space: nowrap;
    transition: all 0.3s ease;
    margin-right: 16px;
}

.category_description_subnavigation a:hover {
    background: #CECECE;
    color: white;
}

.page_size_select {
    cursor: pointer
}

.sizing {
    cursor: pointer;
}

.stock_buble {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
}

.black {
    background: black;
}

.green {
    background: green;
}

#colors_link {
    float: right;
    background: #9EA1A2;
    border: 1px solid #9EA1A2;
    line-height: 34px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 12px;
    color: white;
    font-family: roboto;
    font-weight: bold;
}

#colors_link:hover {
    color: #0cb4ce;
    background: transparent;
    border: 1px solid #0cb4ce;
}

#decline {
    background: #c53d3d none repeat scroll 0 0;
    color: white;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    margin-left: 10px;
    padding: 0 34px;
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#accept {
    background: #46a546 none repeat scroll 0 0;
    color: white;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    margin-left: 10px;
    padding: 0 34px;
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.light_grey_text {
    font-size: 14px;
    color: #666;
}

/* Account Order Details */

.contentText {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.content_full {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.order_details {
    color: #303133;
    font-size: 14px;
    line-height: 1.75;
    font-family: roboto;
}

.order_details_top {
    border-bottom: 1px dotted #cccccc;
    float: left;
    margin-bottom: 12px;
    padding-bottom: 8px;
    width: 100%;
}

.order_details_top_left {
    float: left;
    max-width: 50%;
}

.order_details_top_right {
    float: right;
    max-width: 50%;
}

.order_details_list {
    float: left;
    width: 100%;
}

/* Account Order Details End */

/* Account Order List */

.order_list {
    float: left;
    width: 100%;
}

.order_list_line {
    border-bottom: 1px dotted #303133;
    float: left;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-family: roboto;
    color: #303133;
}

.order_list_line_left {
    float: left;
}

.order_list_line_right {
    float: right;
}

.order_list_details_button {
    float: right;
    font-size: 12px;
    margin-top: 8px;
    background: #9ea1a2;
    border: medium none;
    color: white;
    cursor: pointer;
    margin-left: 10px;
    padding: 0 24px;
    font-family: roboto;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
}

/* Account Order List End */

.favorites {
    position: absolute;
    z-index: 19;
    right: 0;
    font-size: 18px;
    padding: 0;
    background: white;
    border: none;
    color: #9ea1a2;
}

.favorites_active {
    color: #0cb4ce;
}

/*Custom Search*/

.search_dimensions_line {
    width: 100%;
    float: left;
    color: #555;
}

.search_label {
    float: left;
    line-height: 40px;
    margin-right: 20px;
    width: 35px;
    margin-left: 10px;
}

.search_dimensions_container {
    float: left;
    width: 55px;
    line-height: 40px;
    font-size: 14px;
}

.search_dimensions {}

.search_sizing {
    cursor: pointer;
}

#top_cart {
    height: 100%;
    width: 160px;
    float: right;
    text-align: center;
    border-left: solid 1px #eee;
    position: absolute;
    right: 90px;
    z-index: 9;
}

#top_cart a {
    display: block;
    color: #303133;
    font-size: 14px;
}

#top_cart a:hover {
    color: #777;
}

.overstock_notice {
    display: inline-block;
    color: #D62D11;
    padding: 0 9px;
    font-size: 13px;
    margin-bottom: 7px;
    border-radius: 13px;
    line-height: 24px;
}

.add-to-cart-errors {
    margin-bottom: 10px;
}

.red_span {
    color: #D62D11;
    font-size: 14px;
}

.green_span {
    color: #008000;
    font-size: 14px;
}

.green_span a {
    color: #20aad7;
    text-decoration: underline;
}

.funcky_gradient {
    background: #000000;
}

.november_sale_link {
    background: #000000;
    font-size: 18px;
    color: white;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 42px;
}

.margin_1 {
    padding-left: 128px;
}

.margin_2 {
    padding-left: 299px;
}

.margin_3 {
    padding-left: 410px;
}

.margin_0_logged {
    padding-left: 101px;
}

.margin_1_logged {
    padding-left: 227px;
}

.margin_2_logged {
    padding-left: 395px;
}

.margin_3_logged {
    padding-left: 510px;
}

@media (max-width: 479px) {
    .category_description_subnavigation a {
        margin-bottom: 9px;
        width: 100%;
        text-align: center;
    }
    .margin_0 {
        padding-left: 0;
    }
    .margin_1 {
        padding-left: 0;
    }
    .margin_2 {
        padding-left: 0;
    }
    .margin_3 {
        padding-left: 0;
    }
    .margin_0_logged {
        padding-left: 0;
    }
    .margin_1_logged {
        padding-left: 0;
    }
    .margin_2_logged {
        padding-left: 0;
    }
    .margin_3_logged {
        padding-left: 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .category_description_subnavigation a {
        margin-bottom: 9px;
        width: 100%;
        text-align: center;
    }
    .margin_0 {
        padding-left: 0;
    }
    .margin_1 {
        padding-left: 0;
    }
    .margin_2 {
        padding-left: 0;
    }
    .margin_3 {
        padding-left: 0;
    }
    .margin_0_logged {
        padding-left: 0;
    }
    .margin_1_logged {
        padding-left: 0;
    }
    .margin_2_logged {
        padding-left: 0;
    }
    .margin_3_logged {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .category_description_subnavigation a {
        margin-right: 8px;
    }
    .margin_0 {
        padding-left: 0;
    }
    .margin_1 {
        padding-left: 0;
    }
    .margin_2 {
        padding-left: 0;
    }
    .margin_3 {
        padding-left: 0;
    }
    .margin_0_logged {
        padding-left: 0;
    }
    .margin_1_logged {
        padding-left: 0;
    }
    .margin_2_logged {
        padding-left: 0;
    }
    .margin_3_logged {
        padding-left: 0;
    }
}

.category_description_bottom {
    text-align: left;
    background: none;
    padding-bottom: 50px;
    padding-top: 0;
    color: #c49962;
    text-align: center;
    font-size: 16px;
    line-height: 29px;
    margin-top: 26px;
}

.category_description_bottom a {
    color: black;
}

.search_input {
    display: block;
    font-size: 14px;
    line-height: initial;
    margin: 0px 0px 20px;
    padding: 10px 15px 10px 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-weight: normal;
    border: 1px solid #eaeaea;
    background: #fff;
    width: 100%;
    text-align: left;
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
}


/******** Buttons ************/

.search_submit{
    display: inline-block;
    transition: all 0.2s ease;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 31px 13px 31px;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #9ea1a2;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    background: #9ea1a2;
}