/* column layout */

.main_container > .row > .col-md-10 {
    width: 1010px;
}

@media (max-width: 1299px) {
    .main_container > .row > .col-md-10 {
        width: 950px;
    }
}

@media (max-width: 1199px) {
    .main_container > .row > .col-md-10 {
        width: 764px;
    }
}

@media (max-width: 991px) {
    .main_container > .row > .col-md-10 {
        width: 539px;
    }
}

@media (max-width: 767px) {
    .main_container > .row > .col-md-10 {
        width: 100%;
    }
}


/* heading styles */
h1.page-heading {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #12488a;
}

@media screen and (max-width: 550px) {
    h1.page-heading {
        font-size: 30px;
    }
}


/* home bg position - bg width: 657px */

body {
    background-position: calc(50% - 1163px) top, calc(50% + 1163px) top;
}

@media screen and (max-width: 1299px) {
    /* container width 1170px */
    body {
        background-position: calc(50% - 913px) top, calc(50% + 913px) top;
    }
}

@media screen and (max-width: 1199px) {
    /* container width 970px */
    body {
        background-position: calc(50% - 813px) top, calc(50% + 813px) top;
    }
}

@media screen and (max-width: 991px) {
    /* container width 750px */
    body {
        background-position: calc(50% - 703px) top, calc(50% + 703px) top;
    }
}


/* category page */

.btn-flat {
    margin-bottom: 0;
}

.prdct_view {
    height: 230px;
}

.prdct_view .prdct_box {
    overflow: hidden;
    padding: 10px;
}

.prdct_view img {
    height: 126px;
}

.btn-purchase--disabled {
    cursor: default;
    background-color: #ccc;
    border: 1px solid #aaa !important;
    -webkit-box-shadow: 0 1px 0 #eee inset !important;
    -moz-box-shadow: 0 1px 0 #eee inset !important;
    -o-box-shadow: 0 1px 0 #eee inset !important;
    box-shadow: 0 1px 0 #eee inset !important;
    outline: none !important;
}

#productsListingBottomNumber {
    float: left;
    color: #333;
}

#productsListingListingBottomLinks {
    float: right;
    font-weight: bold;
}

#productsListingListingBottomLinks .paging-label:before {
    content: 'Page:';
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

#productsListingListingBottomLinks a {
    text-decoration: underline;
    color: #1F5B8F;
}

#productsListingListingBottomLinks .paging-btn-prev span,
#productsListingListingBottomLinks .paging-btn-next span {
    display: none;
}

#productsListingListingBottomLinks .paging-btn-prev,
#productsListingListingBottomLinks .paging-btn-next {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    text-decoration: none !important;
    background: url('../images/icon-page-prev.png') no-repeat center center;
}

#productsListingListingBottomLinks .paging-btn-next {
    background-image: url('../images/icon-page-next.png');
}

@media (max-width: 470px) {
    #productsListingBottomNumber,
    #productsListingListingBottomLinks {
        width: 100%;
        text-align: center;
    }

    #productsListingListingBottomLinks {
        margin-top: 5px;
    }
}


/* product page */

@media screen and (max-width: 991px) {
    .prdct_des_desktop {
        min-height: 360px;
    }
}


/* wishlist page */

.wish_head:after {
    content: '';
    display: table;
    clear: both;
}

.wish_head_row .wishlist_name {
    float: left;
    margin-right: 10px;
}

.wishlist_privacy {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}


/* shopping cart */

.order-totals-table > ul > li + li {
    width: 80px;
    text-align: right;
    padding-right: 8px;
}

.s_cart_table th {
    border-bottom-width: 1px !important;
    font-size: 18px;
    color: #12488a;
    font-weight: normal;
}

@media screen and (max-width: 991px) {
    .s_cart_table th {
        font-size: 14px;
    }
}

.s_cart_table .image-and-name .cart-product-name {
    font-size: 15px;
    font-weight: normal;
}

.s_cart_table .status {
    line-height: 1.3;
    padding-right: 10px !important;
}

.s_cart_table .status-eta {
    font-size: 13px;
}

@media (max-width: 767px) {
    .s_cart_table td {
        vertical-align: middle !important;
    }

    .cart_btn_ship_estimate {
        display: block;
        float: left;
    }

    .cart_btn_ship_estimate .cart_btn .btn,
    .cart_btn_ship_estimate .shipestimate {
        display: none;
    }

    #btn-clear-cart {
        display: block;
    }
}

.shipping-estimates {
    margin: 0 -20px;
}

.shipping-estimates table {
    float: left;
    margin: 0 20px;
}


/* checkout page */

.checkout_summary {
    padding: 10px 0;
}

@media screen and (min-width: 992px) {
    .checkout_summary--pinned {
        top: 0;
        position: fixed;
    }
}


/* forms */

select.form-control {
    background-position: 101% 0;
}


/* tooltips */

.tool-tip-wrapper {
    position: relative;
}

.tool-tip-wrapper:hover .tool-tip {
    display: block;
}

.tool-tip {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 100;
    width: 190px;
    margin: 10px -95px;
    padding: 10px;
    background: #fff;
    border: 4px solid #009edb;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.38em;
    white-space: normal;
    -webkit-animation: fadeIn 0.15s ease;
    -moz-animation: fadeIn 0.15s ease;
    -o-animation: fadeIn 0.15s ease;
    animation: fadeIn 0.15s ease;
}

.tool-tip:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 4px -6px;
    border: 6px solid transparent;
    border-width: 7px 6px;
    border-bottom-color: #009edb;
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fadeInPartial {
    0% { opacity: 0; }
    100% { opacity: 0.7; }
}

@-moz-keyframes fadeInPartial {
    0% { opacity: 0; }
    100% { opacity: 0.7; }
}

@-o-keyframes fadeInPartial {
    0% { opacity: 0; }
    100% { opacity: 0.7; }
}

@keyframes fadeInPartial {
    0% { opacity: 0; }
    100% { opacity: 0.7; }
}

@media screen and (min-width: 992px) {
    .category-desktop-view .media {
        overflow: visible;
    }
}


/* order return form */

body .ui-widget-overlay {
    background: #000;
    opacity: 0.7;
    -webkit-animation: fadeInPartial 0.15s ease;
    -moz-animation: fadeInPartial 0.15s ease;
    -o-animation: fadeInPartial 0.15s ease;
    animation: fadeInPartial 0.15s ease;
}

body .ui-widget,
body .ui-dialog {
    font-family: Arial, Helvetica, sans-serif;
}

body .ui-dialog {
    top: 60px !important;
    left: 50% !important;
    margin-left: -375px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #fff;
    border: 4px #009edb solid;
    -webkit-animation: fadeIn 0.1s ease;
    -moz-animation: fadeIn 0.1s ease;
    -o-animation: fadeIn 0.1s ease;
    animation: fadeIn 0.1s ease;
}

@media screen and (max-width: 750px) {
    body .ui-dialog {
        left: 0 !important;
        margin-left: 0;
        width: 100% !important;
    }

    body .ui-dialog .ui-dialog-content {
        height: auto !important;
    }
}

body .ui-dialog .ui-dialog-titlebar {
    background: none;
    border: none;
    text-align: center;
    padding: 15px;
    padding-bottom: 0;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    float: none;
    margin: 0 auto;
    font-size: 18px;
    font-weight: normal;
}

body .ui-dialog .ui-dialog-buttonpane {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

body .ui-dialog .ui-dialog-buttonpane button {
    float: none;
    background: #5cb412;
    border: 1px solid #449a00;
    color: #fff;
    box-shadow: 0 1px 0 #81dc34 inset;
    padding: 5px 12px 4px !important;
    text-shadow: 0 1px 0 #333;
    margin: 0 5px;
    font-weight: 700;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: arial, sans-serif;
}

body .ui-dialog .ui-dialog-buttonpane button:first-child {
    background: #2ea4e5;
    border: 1px #007fc5 solid;
    box-shadow: 0px 1px 0px #18b0e9 inset;
}

body .order-return-form td {
    padding: 10px;
    vertical-align: top;
}
