/*
Theme Name:Absolute Apparel Wholesale
Theme URI:http://dynamicdreamz.com/
Author:Dynamic Dreamz
Author URI:http://dynamicdreamz.com/
Description:Personal Theme for Absolute Apparel Wholesale
Version:1.0
Text Domain:abs_app
*/

@font-face {
    font-family: 'arial_mtregular';
    src: url('fonts/ufonts.com_arialmt-opentype-webfont.woff2') format('woff2'), url('fonts/ufonts.com_arialmt-opentype-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
    /*font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;*/
    font-family: 'arial_mtregular';
    color: #707070;
    background: #ebebeb;
}

a,
a:active,
a:visited {
    text-decoration: none;
    color: #707070;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    outline: none !important;
}

#ship-to-different-address {
    display: block !important;
    clear: both;
    overflow: hidden;
    width: 100%;
}

a:hover,
li.active a,
a.active {
    text-decoration: none;
    color: #0f4460;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*------login-------*/

.absolute-form {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 600px;
    height: 530px;
}

.login-from-inner {
    background: #ffffff;
    height: 510px;
    padding: 24px;
    border: 1px #cdcdcd solid;
    border-radius: 10px;
    -webkit-box-shadow: 3px 5px 5px 0px rgba(192, 192, 192, 1);
    -moz-box-shadow: 3px 5px 5px 0px rgba(192, 192, 192, 1);
    box-shadow: 3px 5px 5px 0px rgba(192, 192, 192, 1);
}

.login-logo {
    text-align: center;
    margin-bottom: 50px;
}

.login-logo img {
    vertical-align: top;
}

.forget-pw {
    text-align: center;
    font-size: 13px;
    color: #898989;
    margin-top: 20px;
}

.forget-pw a {
    color: #555555;
    text-decoration: underline;
}

.login-from {
    max-width: 358px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 42px;
}

.form-group.margin-btn {
    margin-bottom: 29px;
}

.form-group label {
    display: block;
    color: #252525;
    text-align: center;
    margin-bottom: 4px;
}

.form-group input {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 56px;
    border: none;
    padding: 10px 15px;
    background: url('images/input-bg.png') no-repeat;
    background-size: cover;
}

.form-group input:focus {
    outline: none;
}

.submit {
    text-align: center;
}

button {
    background: #204a95;
    border: none;
    color: #fff;
    font-size: 14px;
    min-width: 147px;
    height: 47px;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

button:focus {
    outline: none;
}


/*--------HEADER-----------*/

.header-wrapper {
    background: #ffffff;
}

.header-top {
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 15px 25px;
}

img {
    vertical-align: bottom;
}

.logo {
    float: left;
}

.header-right {
    float: right;
}

.logout-link {
    text-align: right;
    margin-top: -4px;
    margin-bottom: 7px;
}

.logout-link a {
    font-size: 10px;
    color: #0f4460;
    padding-left: 20px;
    background: url('images/logout-icon.png') no-repeat left;
    padding: 5px 5px 5px 20px;
}

.logout-link a span {
    border-bottom: 1px #0f4460 solid;
}

.time-block {
    float: right;
    text-align: right;
    font-size: 11px;
    color: #000000;
    line-height: 23px;
    margin-top: 12px;
}

.time-block a {
    display: block;
    font-size: 32px;
    color: #91d1ba;
}

.cart-bag {
    float: right;
    padding: 18px;
    border: 2px #0f4460 solid;
    border-radius: 5px;
    margin-right: 30px;
}

.cart-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.cart-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.cart-text .amt {
    display: block;
    color: #0f4460;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.view-cart .cart {
    color: #91d1ba;
    text-decoration: underline;
}

.view-cart span {
    color: #0f4460;
}

.view-cart .checkout {
    color: #39b54a;
    text-decoration: underline;
}


/*------menu--------*/

.main-menu {
    background: #0f4460;
    height: 42px;
}

.main-menu ul {
    max-width: 950px;
    margin: 0 auto;
}

.main-menu ul li {
    float: left;
    border-right: 1px #ffffff solid;
    width: 20%;
}

.main-menu ul li:first-child {
    border-left: 1px #ffffff solid;
}

.main-menu ul li a {
    color: #ffffff;
    display: block;
    line-height: 42px;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.main-menu ul li a:hover {
    background#91d1ba;
}

.main-menu ul li.current-menu-item a {
    background: #91d1ba;
}


/*--footer--*/

.footer {
    background: #ffffff;
}

.footer-inner {
    max-width: 980px;
    margin: 0 auto;
    font-size: 13px;
    color: #707070;
    padding: 23px 15px;
}


/*-----------deshboard----------*/

.deshboard-container {
    padding: 40px 15px;
    max-width: 980px;
    margin: 0 auto;
    min-height: 544px;
}

.admin-option {
    float: left;
    margin-right: 10px;
    width: 230px;
}

.admin-option:last-child {
    margin-right: 0;
}

.admin-option a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #0f4460;
    background: #fff;
    padding: 21px 10px 15px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px #cdcdcd solid;
    border-radius: 10px;
    -webkit-box-shadow: 3px 5px 5px 0px rgba(192, 192, 192, 1);
    -moz-box-shadow: 3px 5px 5px 0px rgba(192, 192, 192, 1);
    box-shadow: 3px 5px 5px 0px rgba(192, 192, 192, 1);
}

.admin-option a span {
    display: block;
}

.admin-option a span.admin-icon {
    min-height: 85px;
    margin-bottom: 7px;
}

.profile-container {
    margin-bottom: 45px;
}

.profile-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 19px;
}

.profile-img img {
    display: inline-block;
    height: 120px;
    width: 120px;
    background: #ffffff;
    text-align: center;
    line-height: 120px;
    border: 1px #cdcdcd solid;
    /*border-radius:50%;*/
    -webkit-box-shadow: 3px 5px 5px 0px rgba(192, 192, 192, 1);
    -moz-box-shadow: 3px 5px 5px 0px rgba(192, 192, 192, 1);
    box-shadow: 3px 5px 5px 0px rgba(192, 192, 192, 1);
    vertical-align: middle;
}

.profile-txt {
    display: inline-block;
    vertical-align: middle;
}

.profile-txt .name {
    font-size: 22px;
    color: #0f4460;
}

.profile-txt .logout {
    color: #363636;
}

.profile-txt .logout a {
    color: #363636;
    text-decoration: underline;
}


/*-----content-wrapper-----*/

.content-wrapper {
    padding: 30px 15px 55px;
}

.inner-content {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 24px;
    border: 1px #cdcdcd solid;
    background: #ffffff;
    min-height: 860px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 5px 5px 0px rgba(192, 192, 192, 1);
    -moz-box-shadow: 3px 5px 5px 0px rgba(192, 192, 192, 1);
    box-shadow: 3px 5px 5px 0px rgba(192, 192, 192, 1);
}

h1 {
    font-size: 22px;
    color: #0f4460;
}

h1.mb {
    margin-bottom: 43px;
}


/*---shoping-cart-block-*/

.shoping-cart-block {
    float: left;
    border: 1px #cdcdcd solid;
    width: 24.8%;
    margin-right: 0.25%;
    margin-bottom: 14px;
    box-shadow: 1px 2px 2px 0px rgba(192, 192, 192, 0.4);
    -webkit-box-shadow: 1px 2px 2px 0px rgba(192, 192, 192, 0.4);
    -moz-box-shadow: 1px 2px 2px 0px rgba(192, 192, 192, 0.4);
}

.shoping-cart-block:nth-child(4n+4) {
    margin-right: 0;
}

.shoping-cart-img img {
    width: 100%;
}

.cart-bottom {
    padding: 12px;
}

.item-name {
    min-height: 32px;
    margin-bottom: 10px;
}

.item-name a {
    display: block;
    color: #91d1ba;
    line-height: 16px;
}

.item-price a {
    display: block;
    font-size: 13px;
    color: #707070;
}

.item-price a span {
    color: #0f4460;
    font-weight: bold;
    font-size: 14px;
}

.breadcrumb {
    margin-bottom: 34px;
    color: #363636;
}

.breadcrumb a {
    color: #91d1ba;
    text-decoration: underline;
}

.header-right-mobile {
    display: none;
}


/*-------shopping--------*/

.checkout-block {
    border: 1px #cccccc solid;
    border-radius: 5px;
    margin-bottom: 20px;
}

.checkout-block.shadow {
    -webkit-box-shadow: 2px 4px 5px -2px rgba(192, 192, 192, 0.8);
    -moz-box-shadow: 2px 4px 5px -2px rgba(192, 192, 192, 0.8);
    box-shadow: 2px 4px 5px -2px rgba(192, 192, 192, 0.8);
}

.checkout-border {
    padding: 10px;
    background: #fafafa;
    border-bottom: 1px #cccccc solid;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.checkout-border:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

h2 {
    font-size: 18px;
    color: #0f4460;
}

.checkout-icons {
    position: absolute;
    top: 8px;
    right: 8px;
}

.checkout-info-txt {
    font-style: italic;
    font-size: 13px;
}

.checkout-from {
    width: 100%;
}

.checkout-from tr {
    border-bottom: 1px #cccccc solid;
}

.checkout-from tr:last-child {
    border-bottom: none;
}

.checkout-from tr:last-child td {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.checkout-from tr td {
    padding: 6px 10px;
    background: #fafafa;
    font-size: 13px;
    color: #000;
    vertical-align: middle;
}

.clr-blue {
    color: #0f4460 !important;
}

.clr-red {
    color: #de181c !important;
}

.align-center {
    text-align: center;
}

.checkout-from tr td .qty input {
    width: 32px;
    height: 12px;
    border: 1px #cccccc solid;
    padding: 5px;
    font-size: 13px;
}

.checkout-from tr td .qty input:focus {
    outline: none;
}

.checkout-border p {
    font-size: 13px;
    color: #707070;
    margin-bottom: 0;
}

.black-bold {
    color: #000000;
    font-weight: bold;
}

.cart-summary-block {
    padding: 5px 10px 23px;
    background: #fafafa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cart-summary-block table {
    width: 100%;
}

.cart-summary-block table tr td {
    font-size: 13px;
    color: #0f4460;
    width: 50%;
    padding: 6px 0;
}

.cart-summary-block table tr.borer-btm {
    border-bottom: 1px #cccccc solid;
}

.cart-summary-block table tr td:last-child {
    text-align: right;
    padding-left: 8px;
}

.checkout-button {
    text-align: right;
    margin-top: 55px;
}

.checkout-button button {
    height: 38px;
    min-width: 276px;
}

.tras-btn {
    color: #000;
    background: transparent;
}

.btn-blue {
    background: #1a6bdd;
    font-weight: bold;
    border: 1px #1952a4 solid;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}


/*---------*/

.product-details-container {
    margin-top: 30px;
}

.product-details-left {
    float: left;
    width: 38%;
    padding-right: 20px;
}

.product-details-right {
    float: left;
    width: 62%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.product-details-right p {
    font-size: 14px;
    color: #707070;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.product-details-right ul {
    list-style-type: disc;
    padding-left: 16px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.product-details-right ul li {
    margin-bottom: 5px;
}

.product-details-right table {
    margin-bottom: 5px;
    max-width: 100%;
}

.product-details-right table tr th,
.product-details-right table tr td {
    padding: 5px;
    border: 1px #cdcdcd solid;
}

.product-details-form {
    max-width: 435px;
    background: #eeeeee;
    padding: 15px 10px;
    border-radius: 5px;
}

.product-details-form table {
    margin-bottom: 0;
}

.product-details-form table tr td {
    border: none;
}

.product-details-form table tr td.addtocart input {
    width: 52px;
    height: 28px;
    padding: 5px;
    border: none;
    box-sizing: border-box;
    border: 1px #cdcdcd solid;
}

.product-details-form table tr td.addtocart button {
    background: #1a6bdd;
    font-weight: bold;
    border: 1px #1952a4 solid;
    min-width: 98px;
    height: 32px;
    padding: 5px;
}

.product-details-form td select {
    background: #ffffff;
    border: 1px #cdcdcd solid;
}

.product-details-form tr td.txt {
    font-size: 13px;
    padding-top: 15px;
    line-height: 20px;
}

.product-details-form tr td .mr {
    margin-right: 35px;
}

.product-details-right .note {
    margin-bottom: 25px;
    font-size: 12px;
    font-style: italic;
    max-width: 435px;
    line-height: 22px;
}

.product-details-right .note a {
    color: #1a6bdd;
}

.social-block {
    margin-bottom: 25px;
}

.product-img-container .main-img {
    margin-bottom: 20px;
    position: relative;
    float: left;
}

.product-img-container .main-img:after {
    content: '';
    background: url('images/product-shadow.png') no-repeat;
    position: absolute;
    display: block;
    height: 7px;
    max-width: 249px;
    left: 0;
    bottom: -6px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.product-img-container .main-img img {
    padding-bottom: 10px;
    max-width: 100%;
}

.product-img-container ul li {
    display: inline-block;
    width: 38%;
    margin-bottom: 6px;
}

.product-img-container ul li a {
    display: inline-block;
    border: 3px #dddddd solid;
}


/* custom css @vimal */

#wpadminbar {
    top: auto;
    bottom: 0;
    position: fixed !important;
}

.upload-msg {
    color: #1976d2;
    font-size: 12px;
    display: block;
}

.upload-msg.success {
    color: #4CAF50 !important;
}

.upload-msg.error {
    color: #b71c1c !important;
}

.main-menu {
    z-index: 999;
}

.submit .btn {
    background: #204a95 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    height: 47px;
    min-width: 147px;
    padding: 10px;
}

.forget-pw a {
    cursor: pointer;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border: 1px solid #cdcdcd;
    margin: 0 0.25% 15px 0;
    width: 24.5%;
}

.woocommerce ul.products li.product h3 {
    color: #91d1ba;
    padding: 0 12px 15px 12px;
}

.woocommerce ul.products li.product .price {
    color: #0f4460;
    font-size: 14px;
    padding-left: 12px;
    display: inline-block;
    font-weight: bold;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
    opacity: 1;
    font-weight: bold;
}

.woocommerce ul.products li.product .price ins {
    font-weight: bold;
}

.woocommerce ul.products li.product .add-to-cart-block {
    text-align: center;
}

.woocommerce ul.products li.product .button {
    margin: 1em 0;
}

.woocommerce ul.products li.product .onsale {
    right: 10px;
    top: 10px;
}

.cart .qty {
    -moz-appearance: textfield;
}

.cart .qty::-webkit-outer-spin-button,
.cart .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.woocommerce-cart .quantity .qty {
    border: 1px solid #cdcdcd;
    font-size: 13px;
    padding: 5px 12px;
    text-align: center;
    width: 1em;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background-color: #0f4460;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 12px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #91d1ba;
    color: #fff;
}

.coupon #coupon_code {
    border: 1px solid #cdcdcd;
    color: #333;
    padding: 8px;
}

.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
    color: #fff;
}

.woocommerce input.button:disabled:hover,
.woocommerce input.button[disabled]:disabled:hover {
    background-color: #91d1ba;
    color: #fff;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
}

.wc-proceed-to-checkout a.checkout-button {
    display: inline-block !important;
    float: right;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 18px !important;
    width: 20%;
    font-weight: 600 !important;
}

.woocommerce table.shop_table {
    margin: 0;
}

.woocommerce-cart table.shop_table {
    border: none;
    border-radius: 0;
}

.woocommerce-cart .cart_shop_table {
    width: 100%;
    margin-bottom: 0 !important;
    font-size: 13px;
    color: #0f4460;
}

.woocommerce-cart .cart_shop_table .order-total {
    color: #de181c !important;
}

.woocommerce-cart .cart_shop_table td {
    padding: 8px;
}

.woocommerce-cart ul#shipping_method {
    margin-bottom: 15px;
}

.woocommerce-cart .shipping-block .shipping-title {
    border-bottom: 1px solid #cdcdcd;
    font-size: 16px;
    padding: 12px 0 5px;
}

.woocommerce-cart .cart-empty {
    font-size: 16px;
    margin-bottom: 1em;
}

.shipping-block .shipping-calculator-form {
    width: 50%;
}

.shipping-block .shipping-calculator-form input[type="text"] {
    border: 1px solid #cdcdcd;
    padding: 8px;
}

.shipping-block .shipping-calculator-form select {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    padding: 8px;
}

.woocommerce-checkout h3 {
    font-size: 17px;
    font-weight: bold;
}

.woocommerce-checkout .input-text {
    border: 1px solid #cdcdcd !important;
    border-radius: 0;
    padding: 8px;
}

.woocommerce-checkout #payment {
    margin-top: 20px;
}

.single-product span.onsale {
    left: 0.5em;
    top: 7em;
}

.single-product a.back-to-catelog {
    display: block;
    padding: 12px 0;
    color: #dc181c;
}

.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: 30%;
}

.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: 63%;
}

.single-product .product .summary .pro-title {
    font-size: 16px;
}

.single-product .product .product-details-form table {
    width: 100%;
}

.single-product .product .product-details-form table .label {
    font-weight: bold;
}

.single-product .product .cart .quantity {
    float: left !important;
    margin-right: 10px !important;
}

.single-product .product .cart .quantity .qty {
    border: 1px solid #cdcdcd;
    padding: 8px;
}

.single-product .product .cart .single_add_to_cart_button,
.single-product .product .cart .single_add_to_cart_button:hover {
    height: auto;
    min-width: 110px;
    color: #fff !important;
}

.single-product .product .price {
    color: #0f4460 !important;
    font-size: 14px !important;
}

.single-product .product .single_variation_wrap table td.label {
    width: 26%;
}

.customer-addresses {
    margin-top: 2em;
}

.customer-addresses .u-columns {
    margin-top: 1em;
}

.customer-addresses .woocommerce-Address-title h3 {
    font-size: 15px;
    font-weight: bold;
}

.customer-addresses .woocommerce-Address-title a {
    color: #91d1ba;
}

.woocommerce ul.products li.product a img {
    height: 250px!important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    height: 420px!important;
}

.forget-pw {
    margin-top: 35px!important;
}

.login-from-inner {
    height: 560px!important;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 20px;
    padding: 10px;
}

.wpcf7-form-control.wpcf7-text {
    margin-bottom: 20px;
    padding: 10px;
}

.inner-content {
    min-height: 1050px;
    height: auto;
}

p {
    line-height: 24px;
    margin-bottom: 10px;
}

.variation-Size p {
    line-height: 20px;
}

.single-product.woocommerce div.product:after {
    content: "";
    clear: both;
    display: block;
}