Skip to content

Instantly share code, notes, and snippets.

@TanvirAmi
Created March 24, 2019 21:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TanvirAmi/630a95aab8256fef6fb6ddd5be0e6898 to your computer and use it in GitHub Desktop.
Save TanvirAmi/630a95aab8256fef6fb6ddd5be0e6898 to your computer and use it in GitHub Desktop.
Latest woocommerce styling for adios
.woocommerce del,
.woocommerce-page del {
color: #abaeaf;
}
.woocommerce ins,
.woocommerce-page ins {
color: #272b2b;
text-decoration: none;
}
.woocommerce fieldset,
.woocommerce-page fieldset {
border: none;
padding: 0;
margin: 0 0 20px 0;
}
.woocommerce fieldset legend,
.woocommerce-page fieldset legend {
font-size: 18px;
}
.woocommerce .tt-btn,
.woocommerce-page .tt-btn {
margin: 0;
}
.woocommerce .product_type_external .fa,
.woocommerce .add_to_cart_button .fa,
.woocommerce-page .product_type_external .fa,
.woocommerce-page .add_to_cart_button .fa,
.woocommerce-breadcrumb {
display: none;
}
.woocommerce .about_paypal,
.woocommerce-page .about_paypal {
margin-left: 10px;
}
.woocommerce .tt-tab,
.woocommerce-page .tt-tab {
margin: 30px 0;
}
.woocommerce .tt-images,
.woocommerce .product,
.woocommerce-page .tt-images,
.woocommerce-page .product {
position: relative;
}
.woocommerce .onsale,
.woocommerce-page .onsale {
position: absolute;
z-index: 1;
left: 0;
top: 20px;
padding: 7px 14px;
color: #fff;
background-color: #272b2b;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05);
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
float: left;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1em;
font-size: 16px;
width: 74px;
margin-right: 7px;
font-family: 'FontAwesome';
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
content: '\f005\f005\f005\f005\f005';
color: rgba(148, 148, 148, 0.15);
position: absolute;
top: 0;
left: 0;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
padding-top: 1.5em;
color: #e5b674;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
content: '\f005\f005\f005\f005\f005';
position: absolute;
top: 0;
left: 0;
}
.woocommerce .variation,
.woocommerce-page .variation {
margin: 5px 0 0 0;
}
.woocommerce .variation:after,
.woocommerce-page .variation:after {
content: '';
display: table;
clear: both;
}
.woocommerce .variation dt,
.woocommerce-page .variation dt {
float: left;
clear: left;
}
.woocommerce .variation dd,
.woocommerce-page .variation dd {
float: left;
margin-left: 5px;
}
.woocommerce #review_form_wrapper,
.woocommerce-page #review_form_wrapper {
border-top: 1px solid #e8e8e8;
}
.woocommerce .form-row label.inline,
.woocommerce-page .form-row label.inline {
position: relative;
top: 2px;
margin-bottom: 0;
margin-left: 5px;
}
.woocommerce .form-row label.inline input,
.woocommerce-page .form-row label.inline input {
position: relative;
top: 2px;
}
.woocommerce .button,
.woocommerce .button,
.woocommerce-page .button,
.woocommerce-page .button {
display: inline-block;
margin: 0;
text-decoration: none;
text-align: center;
cursor: pointer;
font-weight: 700;
font-size: 12px;
padding: 6px 16px;
line-height: 1.3;
text-transform: uppercase;
color: #fff;
background: none;
border: 2px solid transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-moz-border-radius: 0.2em;
-webkit-border-radius: 0.2em;
border-radius: 0 !important;
}
.woocommerce .button:hover,
.woocommerce .button:hover,
.woocommerce-page .button:hover,
.woocommerce-page .button:hover {
color: #272b2b;
/*color: #272b2b;*/
text-decoration: none;
}
.woocommerce .button:focus,
.woocommerce .button:focus,
.woocommerce-page .button:focus,
.woocommerce-page .button:focus {
outline: none;
}
.woocommerce #payment .button,
.woocommerce-page #payment .button {
font-size: 12px;
padding: 8px 16px;
background: #272b2b;
line-height: 1.4;
}
.woocommerce .wc-proceed-to-checkout .button,
.woocommerce .shop_table .button,
.woocommerce .single_add_to_cart_button.button,
.woocommerce-page .wc-proceed-to-checkout .button,
.woocommerce-page .shop_table .button,
.woocommerce-page .single_add_to_cart_button.button {
font-size: 12px;
padding: 8px 18px 5px 18px;
line-height: 16px;
}
.woocommerce .single_add_to_cart_button.button:hover,
.woocommerce .shop_table .button[name="apply_coupon"]:hover,
.woocommerce #payment .button:hover,
.woocommerce-page #payment .button:hover,
.woocommerce .shop_table .button[name="update_cart"]:hover,
.woocommerce-page .shop_table .button[name="update_cart"]:hover,
.woocommerce-page .wc-proceed-to-checkout .checkout-button.button:hover,
.woocommerce .woocommerce-page .button:hover,
.woocommerce-page .form-row .button:hover {
color: #fff;
background: rgba(39, 43, 43, 0.80) !important;
}
.woocommerce .add_to_cart_button,
.woocommerce .product_type_simple,
.woocommerce .shipping-calculator-form .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-message .button,
.woocommerce .order-actions .button,
.woocommerce-page .add_to_cart_button,
.woocommerce-page .product_type_simple,
.woocommerce-page .shipping-calculator-form .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .order-actions .button {
font-size: 11px;
padding: 6px 10px 5px 10px;
line-height: 1.3;
}
.woocommerce #payment ul li,
.woocommerce-page #payment ul li {
margin: 0 0 10px 0;
}
.woocommerce table,
.woocommerce table,
.woocommerce-page table,
.woocommerce-page table {
border: 1px solid #ddd;
}
.woocommerce table>thead>tr>th,
.woocommerce table>thead>tr>td,
.woocommerce table>tbody>tr>th,
.woocommerce table>tbody>tr>td,
.woocommerce table>tfoot>tr>th,
.woocommerce table>tfoot>tr>td,
.woocommerce table>thead>tr>th,
.woocommerce table>thead>tr>td,
.woocommerce table>tbody>tr>th,
.woocommerce table>tbody>tr>td,
.woocommerce table>tfoot>tr>th,
.woocommerce table>tfoot>tr>td,
.woocommerce-page table>thead>tr>th,
.woocommerce-page table>thead>tr>td,
.woocommerce-page table>tbody>tr>th,
.woocommerce-page table>tbody>tr>td,
.woocommerce-page table>tfoot>tr>th,
.woocommerce-page table>tfoot>tr>td,
.woocommerce-page table>thead>tr>th,
.woocommerce-page table>thead>tr>td,
.woocommerce-page table>tbody>tr>th,
.woocommerce-page table>tbody>tr>td,
.woocommerce-page table>tfoot>tr>th,
.woocommerce-page table>tfoot>tr>td {
border: 1px solid #ddd;
}
.woocommerce table>thead>tr>th,
.woocommerce table>thead>tr>td,
.woocommerce table>thead>tr>th,
.woocommerce table>thead>tr>td,
.woocommerce-page table>thead>tr>th,
.woocommerce-page table>thead>tr>td,
.woocommerce-page table>thead>tr>th,
.woocommerce-page table>thead>tr>td {
border-bottom-width: 2px;
}
/*.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce-page h1,
.woocommerce-page h2,
.woocommerce-page h3 {
font-size: 18px;
}*/
.woocommerce .col2-set,
.woocommerce-page .col2-set {
float: left;
width: 100%;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
float: left;
width: 49%;
margin-bottom: 10px;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
float: right;
width: 49%;
margin-bottom: 10px;
}
.woocommerce .col2-set .col-3,
.woocommerce-page .col2-set .col-3 {
float: left;
width: 49%;
margin-bottom: 10px;
}
.woocommerce .col2-set .col-4,
.woocommerce-page .col2-set .col-4 {
float: right;
width: 49%;
margin-bottom: 10px;
}
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
content: '';
display: table;
clear: both;
}
.woocommerce .notes,
.woocommerce-page .notes {
margin: 0 0 30px 0;
padding: 0;
list-style-position: inside;
}
.woocommerce .notes .note,
.woocommerce-page .notes .note {
list-style-type: decimal !important;
margin-bottom: 10px !important;
}
.woocommerce .notes .meta,
.woocommerce-page .notes .meta {
font-weight: bold;
margin-bottom: 5px;
}
.woocommerce .notes .description,
.woocommerce-page .notes .description {
margin-left: 15px;
}
.woocommerce .entry-summary .stock,
.woocommerce .notes .note,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .payment_methods .payment_box,
.woocommerce-page .entry-summary .stock,
.woocommerce-page .notes .note,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .payment_methods .payment_box {
list-style-type: none;
position: relative;
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05);
}
.woocommerce .entry-summary .stock a,
.woocommerce .notes .note a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .payment_methods .payment_box a,
.woocommerce-page .entry-summary .stock a,
.woocommerce-page .notes .note a,
.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-error a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .payment_methods .payment_box a {
color: inherit;
font-weight: 600;
}
.woocommerce .entry-summary .stock .button,
.woocommerce .notes .note .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .payment_methods .payment_box .button,
.woocommerce-page .entry-summary .stock .button,
.woocommerce-page .notes .note .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .payment_methods .payment_box .button {
color: #fff;
margin-right: 5px;
}
.woocommerce .entry-summary .stock:last-child,
.woocommerce .notes .note:last-child,
.woocommerce .woocommerce-message:last-child,
.woocommerce .woocommerce-error:last-child,
.woocommerce .woocommerce-info:last-child,
.woocommerce .payment_methods .payment_box:last-child,
.woocommerce-page .entry-summary .stock:last-child,
.woocommerce-page .notes .note:last-child,
.woocommerce-page .woocommerce-message:last-child,
.woocommerce-page .woocommerce-error:last-child,
.woocommerce-page .woocommerce-info:last-child,
.woocommerce-page .payment_methods .payment_box:last-child {
margin-bottom: 25px;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.woocommerce .woocommerce-info,
.woocommerce .entry-summary .stock,
.woocommerce .payment_methods .payment_box,
.woocommerce-page .woocommerce-info,
.woocommerce-page .entry-summary .stock,
.woocommerce-page .payment_methods .payment_box {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.woocommerce .notes .note,
.woocommerce-page .notes .note {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.woocommerce .entry-summary .out-of-stock,
.woocommerce .woocommerce-error,
.woocommerce-page .entry-summary .out-of-stock,
.woocommerce-page .woocommerce-error {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
float: right;
margin-bottom: 20px;
position: relative;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
padding: 13px 45px 13px 20px;
border: 1px solid #eaeaea;
color: #abaeaf;
background: transparent;
}
.woocommerce-page .woocommerce-ordering:before {
position: absolute;
right: 15px;
top: 50%;
color: #abaeaf;
content: "\f107";
font-family: 'FontAwesome';
margin-top: -7px;
pointer-events: none;
}
.woocommerce .woocommerce-ordering:after {
content: '';
position: absolute;
height: 15px;
width: 13px;
background: #fff;
right: 1px;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
}
.woocommerce #ship-to-different-address label,
.woocommerce-page #ship-to-different-address label {
margin-bottom: 0;
font-weight: 600;
}
.woocommerce #payment,
.woocommerce-page #payment {
margin-top: 40px;
padding: 20px;
background: #f5f5f5;
}
.woocommerce #payment ul,
.woocommerce-page #payment ul {
padding: 0;
margin: 0;
list-style: none;
}
.woocommerce #payment ul li,
.woocommerce-page #payment ul li {
margin: 0 0 10px 0;
}
.woocommerce #payment .form-row,
.woocommerce-page #payment .form-row {
margin-top: 20px;
padding-top: 20px;
text-align: right;
border-top: 1px solid #e8e8e8;
}
.woocommerce #payment input[type="radio"],
.woocommerce-page #payment input[type="radio"] {
position: relative;
top: 2px;
}
.woocommerce #payment label,
.woocommerce-page #payment label {
margin-bottom: 0;
font-weight: 600;
}
.woocommerce #payment label img,
.woocommerce-page #payment label img {
position: relative;
top: -2px;
margin-left: 3px;
}
.woocommerce #payment .payment_box,
.woocommerce-page #payment .payment_box {
margin: 10px 0 15px 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce .shop_table,
.woocommerce-page .shop_table {
margin-bottom: 25px;
width: 100%;
}
.woocommerce .shop_table.order_details,
.woocommerce-page .shop_table.order_details {
margin-bottom: 20px;
}
.woocommerce .shop_table td,
.woocommerce-page .shop_table td {
vertical-align: middle;
padding: 10px 10px;
}
.woocommerce .shop_table td a,
.woocommerce-page .shop_table td a {
color: #272b2b;
font-weight: 700;
}
.woocommerce-page input {
padding-left: 15px !important;
padding-right: 15px !important;
font-size: 15px;
}
.woocommerce-page .shop_table th {
padding: 12px;
color: #272b2b;
}
.woocommerce .shop_table .product-remove,
.woocommerce-page .shop_table .product-remove {
text-align: center;
width: 50px;
}
.woocommerce .shop_table .product-remove a,
.woocommerce-page .shop_table .product-remove a {
display: inline-block;
color: #b5b5b5;
width: 23px;
height: 23px;
font-weight: bold;
line-height: 25px;
font-size: 20px;
text-decoration: none;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.woocommerce .shop_table .product-remove a:hover,
.woocommerce-page .shop_table .product-remove a:hover {
color: #fff;
background-color: #b5b5b5;
text-decoration: none;
}
.woocommerce .shop_table .product-thumbnail,
.woocommerce-page .shop_table .product-thumbnail {
width: 100px;
}
.woocommerce .shop_table .product-thumbnail img,
.woocommerce-page .shop_table .product-thumbnail img {
display: block;
margin: 0 auto;
width: 60px;
}
.woocommerce .shop_table .product-price,
.woocommerce-page .shop_table .product-price {
width: 125px;
text-align: center;
}
.woocommerce .shop_table .product-subtotal,
.woocommerce-page .shop_table .product-subtotal {
width: 125px;
text-align: center;
}
.woocommerce .shop_table .product-quantity,
.woocommerce-page .shop_table .product-quantity {
width: 125px;
text-align: center;
}
.woocommerce .shop_table .product-quantity .quantity,
.woocommerce-page .shop_table .product-quantity .quantity {
display: inline-block;
}
.woocommerce-page .shop_table .product-quantity .quantity input {
width: 100%;
text-align: center;
}
.woocommerce .shop_table #coupon_code,
.woocommerce-page .shop_table #coupon_code {
display: inline-block;
width: 140px;
border: 1px solid #ddd;
padding: 6px 12px 4px 12px;
margin-right: 5px;
}
.woocommerce .shop_table .coupon,
.woocommerce-page .shop_table .coupon {
display: inline-block;
}
.woocommerce .shop_table .coupon label,
.woocommerce-page .shop_table .coupon label {
display: none;
}
.woocommerce .shop_table .button[name="update_cart"],
.woocommerce-page .shop_table .button[name="update_cart"] {
float: right;
background-color: #272b2b;
}
.woocommerce .shop_table .button[name="apply_coupon"],
.woocommerce-page .shop_table .button[name="apply_coupon"],
.single_add_to_cart_button {
background-color: #272b2b !important;
}
.woocommerce .shop_table .order-actions a,
.woocommerce-page .shop_table .order-actions a {
margin: 1px;
}
.woocommerce ul.order_details,
.woocommerce-page ul.order_details {
float: left;
width: 100%;
padding: 10px;
margin-bottom: 20px;
list-style: none;
border: 1px solid #e8e8e8;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.woocommerce ul.order_details li,
.woocommerce-page ul.order_details li {
float: left;
text-transform: uppercase;
font-size: 11px;
line-height: 1em;
margin-right: 20px;
padding-right: 20px;
border-right: 1px dotted #ddd;
}
.woocommerce ul.order_details li strong,
.woocommerce-page ul.order_details li strong {
display: block;
font-size: 13px;
margin-top: 8px;
text-transform: none;
}
.woocommerce ul.order_details li:last-child,
.woocommerce-page ul.order_details li:last-child {
border-right: 0;
}
.woocommerce .tt-products,
.woocommerce-page .tt-products {
margin-bottom: 20px;
}
.woocommerce .tt-products .product,
.woocommerce-page .tt-products .product {
margin-bottom: 40px;
}
.woocommerce .tt-products .product.first,
.woocommerce-page .tt-products .product.first {
/*clear: both;*/
}
.woocommerce .tt-products .product .tt-link,
.woocommerce-page .tt-products .product .tt-link {
display: block;
position: relative;
text-decoration: none;
color: #555;
margin-bottom: 10px;
}
.woocommerce .tt-products .product .tt-link h4,
.woocommerce-page .tt-products .product .tt-link h4,
.woocommerce-loop-product__title {
margin: 10px 0 5px 0 !important;
padding: 0 !important;
}
.woocommerce .tt-products .product .tt-link:hover .onsale,
.woocommerce-page .tt-products .product .tt-link:hover .onsale {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce .tt-products .product .tt-product-images,
.woocommerce-page .tt-products .product .tt-product-images {
position: relative;
min-height: 100px;
padding: 3px;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.woocommerce .tt-products .product .tt-product-images img,
.woocommerce-page .tt-products .product .tt-product-images img {
width: 100%;
max-height: 100%;
}
.woocommerce .tt-products .product .tt-product-images:hover .secondary-img,
.woocommerce-page .tt-products .product .tt-product-images:hover .secondary-img {
opacity: 1;
}
.woocommerce .tt-products .product .tt-product-images .secondary-img,
.woocommerce-page .tt-products .product .tt-product-images .secondary-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 3px;
opacity: 0;
-webkit-transition: opacity 0.15s;
-o-transition: opacity 0.15s;
transition: opacity 0.15s;
}
.woocommerce .tt-products .product .tt-btn,
.woocommerce-page .tt-products .product .tt-btn {
position: relative;
margin-right: 7px;
}
.woocommerce .tt-products .product .tt-btn .fa,
.woocommerce-page .tt-products .product .tt-btn .fa {
display: none;
position: relative;
top: -1px;
margin-right: 4px;
}
.woocommerce .tt-products .product .tt-btn.added .fa-check,
.woocommerce-page .tt-products .product .tt-btn.added .fa-check {
display: inline-block;
}
.woocommerce .tt-products .product .tt-btn.loading,
.woocommerce-page .tt-products .product .tt-btn.loading {
opacity: 0.5;
}
.woocommerce .tt-products .product .tt-btn.loading .fa-refresh,
.woocommerce-page .tt-products .product .tt-btn.loading .fa-refresh {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
display: inline-block;
}
.woocommerce .tt-products .product .added_to_cart,
.woocommerce-page .tt-products .product .added_to_cart {
display: inline-block;
}
.woocommerce .tt-products .onsale,
.woocommerce-page .tt-products .onsale {
font-size: 12px;
text-transform: uppercase;
top: 10px;
left: 10px;
padding: 0 !important;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
font-weight: 600;
display: block;
border-radius: 50%;
z-index: 1;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.woocommerce .tt-products .out-of-stock,
.woocommerce-page .tt-products .out-of-stock {
position: absolute;
font-size: 11px;
padding: 5px 10px;
right: 0;
bottom: 20px;
color: #fff;
background-color: #000;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05);
}
.woocommerce .tt-products .star-rating,
.woocommerce-page .tt-products .star-rating {
font-size: 12px;
width: 55px;
margin-bottom: 9px;
}
.woocommerce .tt-products .price,
.woocommerce-page .tt-products .price {
float: left;
width: 100%;
font-weight: 400;
margin-bottom: 0;
color: #abaeaf;
}
.woocommerce .tt-products .price del,
.woocommerce-page .tt-products .price del {
line-height: 1em;
margin-right: 6px;
}
.woocommerce .entry-summary .price,
.woocommerce-page .entry-summary .price {
font-size: 20px;
font-weight: 600;
line-height: 1em;
margin: 5px 0 18px 0;
display: inline-block;
}
.woocommerce .entry-summary h1,
.woocommerce-page .entry-summary h1 {
font-size: 24px;
font-weight: 600;
color: #272b2b;
margin-bottom: 15px;
}
.woocommerce .entry-summary .stock,
.woocommerce-page .entry-summary .stock {
margin-top: 20px;
}
.woocommerce .entry-summary table,
.woocommerce-page .entry-summary table {
position: relative;
margin-bottom: 30px;
}
.woocommerce .entry-summary table td,
.woocommerce-page .entry-summary table td {
vertical-align: middle;
}
.woocommerce .entry-summary table td.label,
.woocommerce-page .entry-summary table td.label {
text-align: right;
}
.woocommerce .entry-summary table td label,
.woocommerce-page .entry-summary table td label {
font-weight: bold;
margin-bottom: 0;
}
.woocommerce .entry-summary .reset_variations,
.woocommerce-page .entry-summary .reset_variations {
position: absolute;
right: 0;
bottom: -25px;
margin-top: 5px;
text-align: right;
color: #b5b5b5;
}
.woocommerce .entry-summary .reset_variations:hover,
.woocommerce-page .entry-summary .reset_variations:hover {
color: #555;
text-decoration: none;
}
.woocommerce .entry-summary .reset_variations:before,
.woocommerce-page .entry-summary .reset_variations:before {
display: inline-block;
font-family: FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "\f00d";
margin-right: 3px;
}
.woocommerce .entry-summary .star-rating,
.woocommerce-page .entry-summary .star-rating {
margin-top: 3px;
}
.woocommerce .entry-summary .cart,
.woocommerce-page .entry-summary .cart {
margin-top: 20px;
}
.woocommerce .entry-summary .single_variation,
.woocommerce-page .entry-summary .single_variation {
margin-bottom: 20px;
}
.woocommerce .entry-summary .single_variation .price,
.woocommerce-page .entry-summary .single_variation .price {
font-size: 20px;
font-weight: 600;
line-height: 1em;
margin: 0;
}
.woocommerce .entry-summary .single_variation .price del,
.woocommerce-page .entry-summary .single_variation .price del {
font-size: 14px;
line-height: 1em;
}
.woocommerce .entry-summary .product_meta,
.woocommerce-page .entry-summary .product_meta {
margin: 20px 0;
}
.woocommerce-page .entry-summary .product_meta span {
padding-right: 10px
}
.woocommerce-page .entry-summary .product_meta a {
color: #abaeaf;
}
.woocommerce .entry-summary .product_meta .sku,
.woocommerce-page .entry-summary .product_meta .sku {
font-weight: 600;
}
.woocommerce .entry-summary .group_table td,
.woocommerce-page .entry-summary .group_table td {
vertical-align: middle;
}
.woocommerce .entry-summary .group_table td label,
.woocommerce-page .entry-summary .group_table td label {
margin-bottom: 0;
}
.woocommerce .entry-summary .quantity,
.woocommerce-page .entry-summary .quantity {
display: inline-block;
}
.woocommerce .product .tt-products,
.woocommerce .cart-collaterals .tt-products,
.woocommerce-page .product .tt-products,
.woocommerce-page .cart-collaterals .tt-products {
margin: 10px 0;
}
.woocommerce .product .shipping-calculator-button,
.woocommerce .cart-collaterals .shipping-calculator-button,
.woocommerce-page .product .shipping-calculator-button,
.woocommerce-page .cart-collaterals .shipping-calculator-button {
display: block;
margin: 7px 0 -15px 0;
}
.woocommerce .product .wc-proceed-to-checkout,
.woocommerce .cart-collaterals .wc-proceed-to-checkout,
.woocommerce-page .product .wc-proceed-to-checkout,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout {
margin-top: 10px;
float: right;
}
.woocommerce .product .cross-sells,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .product .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
float: left;
width: 58%;
}
.woocommerce .product .cart_totals,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .product .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
float: right;
width: 40%;
}
.woocommerce .product .cart_totals h2,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .product .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
text-align: right;
margin-bottom: 10px;
font-weight: bold;
color: #272b2b;
}
.woocommerce .product .cart_totals table td,
.woocommerce .product .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .product .cart_totals table td,
.woocommerce-page .product .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th {
text-align: right;
}
.woocommerce .digital-downloads,
.woocommerce-page .digital-downloads {
list-style: none;
padding: 20px;
margin: 0 0 20px 0;
border: 1px solid #ddd;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.woocommerce .digital-downloads li,
.woocommerce-page .digital-downloads li {
margin: 0 0 5px 0;
}
.woocommerce .digital-downloads li:last-child,
.woocommerce-page .digital-downloads li:last-child {
margin-bottom: 0;
}
.woocommerce .digital-downloads li a:before,
.woocommerce-page .digital-downloads li a:before {
content: '\f019';
margin-right: 5px;
display: inline-block;
font-family: 'FontAwesome';
}
.woocommerce #comments .tt-star-rating,
.woocommerce-page #comments .tt-star-rating {
position: absolute;
top: 0;
right: 0;
}
.woocommerce #comments .tt-star-rating .fa,
.woocommerce-page #comments .tt-star-rating .fa {
font-size: 14px;
margin-left: 2px;
}
.woocommerce #comments .tt-star-rating .tt-star,
.woocommerce-page #comments .tt-star-rating .tt-star {
color: #e5b674;
}
.woocommerce #comments .tt-star-rating .tt-star-o,
.woocommerce-page #comments .tt-star-rating .tt-star-o {
color: #ccc;
}
.woocommerce #review_form .stars a,
.woocommerce-page #review_form .stars a {
display: inline-block;
font-weight: 700;
margin-right: 10px;
text-indent: -9999px;
position: relative;
font-size: 14px;
color: #ccc;
border-right: 1px solid #e8e8e8;
}
.woocommerce #review_form .stars a.active,
.woocommerce #review_form .stars a:hover,
.woocommerce-page #review_form .stars a.active,
.woocommerce-page #review_form .stars a:hover {
color: #e5b674;
}
.woocommerce #review_form .stars a:before,
.woocommerce-page #review_form .stars a:before {
font-family: 'FontAwesome';
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 0;
left: 0;
text-indent: 0;
}
.woocommerce #review_form .stars a.star-1,
.woocommerce-page #review_form .stars a.star-1 {
width: 25px;
}
.woocommerce #review_form .stars a.star-1:before,
.woocommerce-page #review_form .stars a.star-1:before {
content: '\f005';
}
.woocommerce #review_form .stars a.star-2,
.woocommerce-page #review_form .stars a.star-2 {
width: 40px;
}
.woocommerce #review_form .stars a.star-2:before,
.woocommerce-page #review_form .stars a.star-2:before {
content: '\f005\f005';
}
.woocommerce #review_form .stars a.star-3,
.woocommerce-page #review_form .stars a.star-3 {
width: 50px;
}
.woocommerce #review_form .stars a.star-3:before,
.woocommerce-page #review_form .stars a.star-3:before {
content: '\f005\f005\f005';
}
.woocommerce #review_form .stars a.star-4,
.woocommerce-page #review_form .stars a.star-4 {
width: 60px;
}
.woocommerce #review_form .stars a.star-4:before,
.woocommerce-page #review_form .stars a.star-4:before {
content: '\f005\f005\f005\f005';
}
.woocommerce #review_form .stars a.star-5,
.woocommerce-page #review_form .stars a.star-5 {
width: 75px;
border-right: 0;
}
.woocommerce #review_form .stars a.star-5:before,
.woocommerce-page #review_form .stars a.star-5:before {
content: '\f005\f005\f005\f005\f005';
}
.woocommerce .upsells,
.woocommerce .related,
.woocommerce-page .upsells,
.woocommerce-page .related {
clear: both;
border-top: 1px solid #e8e8e8;
margin-top: 42px;
padding-top: 33px;
}
.woocommerce .tt-single-images,
.woocommerce-page .tt-single-images {
position: relative;
margin-bottom: 40px;
}
.woocommerce .tt-single-images a,
.woocommerce-page .tt-single-images a,
.woocommerce-page .tt-single-images li {
display: block;
width: 100%;
padding: 4px;
vertical-align: top;
border: 1px solid #e1e1e1;
max-width: calc(100% - 1px);
}
.woocommerce .tt-single-images a img,
.woocommerce-page .tt-single-images a img {
width: 100%;
}
.woocommerce .tt-single-images .thumbnails,
.woocommerce-page .tt-single-images .thumbnails {
margin-top: 10px;
}
.woocommerce .tt-single-images .thumbnails a,
.woocommerce-page .tt-single-images .thumbnails a {
float: left;
padding: 3px;
margin-right: 10px;
margin-bottom: 10px;
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.woocommerce .tt-single-images .thumbnails a:hover,
.woocommerce-page .tt-single-images .thumbnails a:hover {
opacity: 0.7;
}
.woocommerce .tt-single-images .thumbnails a:last-of-type,
.woocommerce-page .tt-single-images .thumbnails a:last-of-type {
margin-right: 0;
}
.woocommerce .tt-single-images .columns-3 a,
.woocommerce-page .tt-single-images .columns-3 a {
width: 106px;
}
.woocommerce .tt-single-images .columns-4 a,
.woocommerce-page .tt-single-images .columns-4 a {
width: 80px;
}
.woocommerce .tt-single-images .columns-5 a,
.woocommerce-page .tt-single-images .columns-5 a {
width: 63px;
}
.woocommerce .product-category a,
.woocommerce-page .product-category a {
display: block;
position: relative;
border: 1px solid rgba(0, 0, 0, 0.15);
padding: 3px;
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.woocommerce .product-category a .product-category-name,
.woocommerce-page .product-category a .product-category-name {
position: absolute;
bottom: 3px;
left: 3px;
right: 3px;
color: #fff;
font-size: 14px;
font-weight: 600;
text-align: center;
padding: 10px;
background-color: #000;
background-color: rgba(0, 0, 0, 0.75);
}
.widget_top_rated_products li,
.widget_recent_reviews li,
.widget_recently_viewed_products li,
.widget_products li,
.widget_shopping_cart li {
position: relative;
padding: 10px 0 10px 80px !important;
min-height: 80px;
}
span.product-title {
padding-bottom: 8px;
display: block;
}
.widget_top_rated_products li a,
.widget_recent_reviews li a,
.widget_recently_viewed_products li a,
.widget_products li a,
.widget_shopping_cart li a {
float: left;
width: 100%;
text-decoration: none;
}
.widget_top_rated_products li img,
.widget_recent_reviews li img,
.widget_recently_viewed_products li img,
.widget_products li img,
.widget_shopping_cart li img {
position: absolute;
top: 4px;
left: 0;
width: 70px;
}
.widget_top_rated_products li.empty,
.widget_recent_reviews li.empty,
.widget_recently_viewed_products li.empty,
.widget_products li.empty,
.widget_shopping_cart li.empty {
padding-left: 0;
}
.widget_top_rated_products .amount,
.widget_recent_reviews .amount,
.widget_recently_viewed_products .amount,
.widget_products .amount,
.widget_shopping_cart .amount {
font-weight: 600;
}
.widget_shopping_cart li a {
float: none;
width: auto;
}
.widget_shopping_cart li .remove {
color: #b5b5b5;
font-weight: bold;
}
.widget_shopping_cart li .remove:hover {
color: #df665d;
}
.widget_shopping_cart li .empty {
padding: 0;
min-height: 0;
}
.widget_shopping_cart li .quantity {
width: 100%;
}
.widget_shopping_cart .buttons,
.widget_shopping_cart .total {
padding-top: 10px;
margin-bottom: 10px;
border-top: 1px solid #eee;
}
.widget_shopping_cart .buttons a {
color: #fff;
font-size: 11px;
padding: 6px 10px;
line-height: 1.3;
margin-right: 10px;
-webkit-transition: color 0.2s, background-color 0.2s;
-o-transition: color 0.2s, background-color 0.2s;
transition: color 0.2s, background-color 0.2s;
}
.widget_shopping_cart .buttons a:before {
content: '\f07a';
font-family: 'FontAwesome';
display: inline-block;
margin-right: 5px;
}
.widget_shopping_cart .buttons .checkout {
background-color: #272b2b;
}
.widget_shopping_cart .buttons .checkout:hover {
background-color: #80c780;
}
.widget_shopping_cart .buttons .checkout:before {
content: '\f058';
}
.widget_top_rated_products .star-rating,
.widget_recent_reviews .star-rating {
font-size: 12px;
width: 55px;
margin-top: 5px;
}
.widget_price_filter .price_slider {
margin-bottom: 10px;
}
.widget_price_filter .price_slider_amount {
text-align: right;
}
.widget_price_filter .price_slider_amount .button {
float: left;
}
.widget_price_filter .price_label {
float: right;
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
top: -4px;
font-size: 1em;
width: 12px;
height: 12px;
z-index: 2;
outline: none;
cursor: pointer;
border: 1px solid #272b2b;
background-color: #272b2b;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -10px;
}
.widget_price_filter .ui-slider .ui-slider-range {
display: block;
position: absolute;
z-index: 1;
border: 0;
background-color: #e8e8e8;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
}
.widget_price_filter .ui-widget-content {
background-color: #f5f5f5;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
}
.widget_price_filter .ui-slider-horizontal {
height: 5px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.widget_price_filter .button {
font-size: 11px;
padding: 4px 8px;
line-height: 1.2;
}
.tt-modal-lost-password {
margin-top: 10px;
}
.tt-module-woologin .tt-btn {
margin: 0;
}
.tt-module-woologin p {
margin-bottom: 10px;
}
.tt-module-woologin p:last-child {
margin-bottom: 0;
}
.tt-module-woologin #rememberme {
position: relative;
top: 2px;
}
.tt-module-woologin .login-remember label {
margin-bottom: 0;
}
.tt-module-woocount {
position: relative;
}
.tt-cart-count {
display: inline-block;
position: relative;
top: -5px;
padding: 2px 3px;
font-size: 9px;
line-height: 1em;
margin-left: 2px;
color: #fff;
background-color: #428bca;
}
.tt-menu-cart .tt-cart-count {
top: -8px;
}
.tt-module-wplogin .tt-modal-content,
.tt-module-woologin .tt-modal-content {
width: 250px;
}
.tt-module-woominicart .tt-modal-content {
padding: 0;
width: 250px;
}
.tt-module-woominicart .total {
padding: 15px 10px;
border-bottom: 1px solid #eee;
}
.tt-module-woominicart .remove {
color: #b5b5b5;
font-weight: bold;
}
.tt-module-woominicart .remove:hover {
color: #df665d;
}
.tt-module-woominicart .buttons {
padding: 15px 10px;
}
.tt-module-woominicart .buttons a {
color: #fff;
font-size: 11px;
padding: 6px 10px;
line-height: 1.3;
margin-right: 5px;
-webkit-transition: color 0.2s, background-color 0.2s;
-o-transition: color 0.2s, background-color 0.2s;
transition: color 0.2s, background-color 0.2s;
}
.tt-module-woominicart .buttons a:before {
content: '\f07a';
font-family: 'FontAwesome';
display: inline-block;
margin-right: 5px;
}
.tt-module-woominicart .buttons .checkout {
background-color: #272b2b;
}
.tt-module-woominicart .buttons .checkout:hover {
background-color: #80c780;
}
.tt-module-woominicart .buttons .checkout:before {
content: '\f058';
}
.tt-module-woominicart p {
margin-bottom: 0;
}
.tt-module-woominicart ul {
margin: 0;
padding: 0;
list-style: none;
}
.tt-module-woominicart ul li {
margin: 0;
padding: 10px;
border-bottom: 1px solid #eee;
padding-left: 50px;
position: relative;
}
.tt-module-woominicart ul li .quantity {
display: block;
}
.tt-module-woominicart ul li a {
display: inline-block;
text-decoration: none;
}
.tt-module-woominicart ul li a img {
position: absolute;
top: 14px;
left: 10px;
width: 32px;
}
.woocommerce-loop-product__title a {
font-weight: 700;
color: #272b2b;
line-height: 20px;
font-size: 16px;
}
.woocommerce-loop-product__title a:hover {
opacity: 0.80;
}
.cart_totals tbody,
.cart_totals tr,
.cart_totals th {
vertical-align: middle;
}
.cross-sells h2 {
font-size: 14px;
margin-bottom: 8px;
color: #272b2b;
font-weight: 700;
}
/* Plugins Styles */
.fs-number {
display: inline-block;
width: 90px;
height: 33px;
line-height: 34px;
border: 1px solid #ddd;
position: relative;
}
.fs-number input {
width: 100%;
text-align: center;
border: none;
margin-right: 0 !important;
}
.fs-number,
.fs-number:after,
.fs-number:before,
.fs-number *,
.fs-number *:after,
.fs-number *:before {
box-sizing: border-box;
-webkit-transition: none;
transition: none;
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.fs-number-element {
background: #ffffff;
border: 1px solid #ddd;
color: #abaeaf;
line-height: 1;
overflow: hidden;
-moz-appearance: textfield;
}
.fs-number-element::-webkit-inner-spin-button,
.fs-number-element::-webkit-outer-spin-button {
margin: 0;
-webkit-appearance: none;
}
.fs-number-element::-ms-clear {
display: none;
}
.fs-number-disabled .fs-number-element {
border-color: #ddd;
color: #cccccc;
}
.fs-number-arrow {
width: 30px;
height: 100%;
position: absolute;
top: 0;
right: 0;
z-index: 1;
cursor: pointer;
display: block;
overflow: hidden;
text-indent: 200%;
white-space: nowrap;
padding: 0;
border: none;
background: none;
}
.fs-number-arrow:before {
content: '';
display: inline-block;
width: 9px;
height: 9px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.fs-number-arrow:hover {
background: none;
}
.no-opacity .fs-number-arrow {
text-indent: -999999px;
}
.fs-number-arrow:focus {
outline: none;
}
.fs-number-arrow.fs-number-up {
border-left: 1px solid #cccccc;
right: 0;
}
.fs-number-arrow.fs-number-up:before {
background-image: url(../img/theme-assets/mp.png);
background-repeat: no-repeat;
background-position: center top;
}
.fs-number-arrow.fs-number-down {
left: 0;
border-top: none;
border-right: 1px solid #cccccc;
}
.fs-number-arrow.fs-number-down:before {
background-image: url(../img/theme-assets/mp.png);
background-repeat: no-repeat;
background-position: center bottom;
}
.fs-number-disabled .fs-number-arrow {
cursor: default;
}
.ajax_add_to_cart.c-btn.type-2,
.added_to_cart.wc-forward,
.product_type_variable.add_to_cart_button.c-btn.type-2 {
background: #272b2b;
border: 0 none;
/*color: #fff;*/
font-size: 12px !important;
padding-left: 16px;
width: 116px;
padding-right: 16px;
padding-top: 0 !important;
padding-bottom: 0 !important;
height: 32px;
line-height: 33px;
text-align: center;
text-transform: uppercase;
}
.added_to_cart.wc-forward {
background: #fff;
margin-top: 10px;
color: #272b2b;
font-weight: 700;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
}
.tt-product {
position: relative;
}
.tt-product figure {
position: relative;
}
.tt-product figure img {
width: 100%;
height: auto;
}
.tt-product figure .overlay {
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
opacity: 0;
visibility: hidden;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.6);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tt-product figure .overlay .overlay-inner {
display: -webkit-flex;
display: flex;
height: 100%;
flex-direction: column;
-webkit-flex-direction: column;
align-items: center;
-webkit-align-items: center;
align-content: center;
-webkit-align-content: center;
justify-content: center;
-webkit-justify-content: center;
}
.tt-product figure .overlay .overlay-inner a {
display: inline-block;
margin-bottom: 0px;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
.tt-product:hover figure .overlay {
opacity: 1;
visibility: visible;
}
.tt-product:hover figure .overlay .overlay-inner a {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.product span.price+a.ajax_add_to_cart,
.product span.price+a.product_type_variable {
display: none !important;
}
.woocommerce-tabs {
clear: both;
}
.woocommerce-tabs .tt-tab-nav-wrapper {
margin-bottom: 0 !important;
}
.woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab {
border-bottom: 0 none !important;
box-shadow: none;
border-radius: 0;
border-left: 0;
border-right: 0;
border-top: 0;
}
.woocommerce-tabs .tt-tabs-content {
border-top: 1px solid #e1e1e1;
margin-top: -1px;
padding-top: 13px;
}
.woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item {
width: auto;
height: auto;
border-top: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
text-align: left;
padding: 15px 20px;
}
.woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item:first-child {
padding-left: 20px;
}
.woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item:after {
background: none;
top: 0;
}
.woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item.active:after {
border-bottom: transparent;
}
.woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item:before {
background: none;
}
.woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item .tt-analitics-text {
height: auto !important;
}
.woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item:first-child {
border-left: 1px solid #e1e1e1;
}
.woocommerce .tt-comment-top {
overflow: hidden;
}
.woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item.active:after,
.woocommerce-form-login input[type="submit"] {
background: #272b2b;
}
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="password"] {
border: 1px solid #ddd;
display: block;
width: 100%;
padding: 5px;
margin-bottom: 15px;
}
#billing_country_field {
margin-bottom: 15px;
}
.woocommerce-billing-fields h3,
#order_review_heading,
.woocommerce-additional-fields h3,
.woocommerce h2 {
margin-bottom: 15px;
padding-top: 15px;
clear: both;
font-size: 18px;
color: #272b2b;
font-weight: 600;
}
.woocommerce-additional-fields textarea {
width: 100%;
border-color: #ddd;
padding: 10px 12px;
}
.woocommerce-MyAccount-navigation ul {
list-style: none;
margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation ul li {
padding: 5px 0;
}
.woocommerce-MyAccount-navigation ul li a {
color: #abaeaf;
}
.woocommerce-MyAccount-navigation ul li a:hover {
color: #333;
}
.woocommerce .widget-title {
margin-bottom: 15px;
font-size: 16px;
}
.button.wc-backward {
background: #272b2b;
margin-top: 5px;
}
.price_slider_amount button[type="submit"] {
background: #272b2b;
}
#review_form_wrapper {
padding-top: 50px;
margin-top: 15px;
}
.woocommerce-page .comment-respond textarea {
width: 100%;
border: 1px solid #e1e1e1;
}
.woocommerce-page .comment-reply-title {
margin-bottom: 8px;
}
.woocommerce-page .comment-form-comment {
padding-top: 15px;
}
.woocommerce-page .tt-tabs-content li:before {
content: '';
}
.single_add_to_cart_button {
margin-left: 5px !important;
}
.variations {
width: 50%;
}
.variations .label {
color: #333;
font-size: 14px;
border: 0;
line-height: 51px;
text-align: center !important;
padding: 0 !important;
}
.variations .label label {
width: 100%;
}
.variations .value {
padding: 10px;
}
.variations select {
background: none;
width: 100%;
padding: 8px;
font-size: 12px;
border: 1px solid #ddd;
}
.woocommerce-review-link {
color: #abaeaf;
}
.woocommerce-variation-price {
display: none;
}
.woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item.active {
background: #fff;
}
.woocommerce-message .button {
background: #3c763d;
}
.woocommerce .tt-shop-product .star-rating {
text-align: center;
display: inline-block;
float: none;
}
.overlay-inner .woocommerce-LoopProduct-link {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
#review_form_wrapper input[type="text"] {
display: block;
width: 50%;
border: 1px solid #e1e1e1;
padding: 5px 10px;
margin-bottom: 8px;
}
#review_form_wrapper .form-submit {
margin-top: 10px;
}
/*.woocommerce.single-product .tt-products .entry-summary .price del {
margin-right: 6px !important;
}*/
.tt-tab-wrapper .tt-tab-info {
display: none;
}
.tt-tab-wrapper .tt-tab-info.active {
display: block;
}
.tt-tab-wrapper .tt-tab-select select:focus {
outline: none;
}
.tt-tab-wrapper.type-1 .tt-nav-tab {
font-size: 0;
font-size: 0;
border: 1px solid #e1e1e1;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 2px 4px 0px #eaeaea;
-moz-box-shadow: 0px 2px 4px 0px #eaeaea;
box-shadow: 0px 2px 4px 0px #eaeaea;
overflow: hidden;
}
.tt-tab-wrapper.type-1 .tt-tab-nav-wrapper {
margin-bottom: 45px;
}
.tt-tab-wrapper.type-1 .tt-nav-tab-item {
display: inline-block;
width: 20%;
height: 115px;
position: relative;
padding: 25px 15px 0 54px;
text-align: center;
cursor: pointer;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.tt-tab-wrapper.type-1 .tt-nav-tab-item:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 100%;
bottom: 0;
width: 39px;
background: url(../img/analitics/arrow.png);
z-index: 2;
}
.tt-tab-wrapper.type-1 .tt-nav-tab-item:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: #368aa9;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.tt-tab-wrapper.type-1 .tt-nav-tab-item:first-child {
padding-left: 15px;
}
.tt-tab-wrapper.type-1 .tt-nav-tab-item .lnr {
display: inline-block;
font-size: 36px;
color: #c5c5c5;
margin-bottom: 12px;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.tt-tab-wrapper.type-1 .tt-nav-tab-item .tt-analitics-text {
display: block;
height: 36px;
font-size: 14px;
line-height: 18px;
font-weight: 400;
color: #949494;
overflow: hidden;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.tt-tab-wrapper.type-1 .tt-nav-tab-item:hover .lnr,
.tt-tab-wrapper.type-1 .tt-nav-tab-item.active .lnr {
color: #368aa9;
}
.tt-tab-wrapper.type-1 .tt-nav-tab-item:hover .tt-analitics-text,
.tt-tab-wrapper.type-1 .tt-nav-tab-item.active .tt-analitics-text {
color: #30373b;
}
.tt-tab-wrapper.type-1 .tt-nav-tab-item:hover:after,
.tt-tab-wrapper.type-1 .tt-nav-tab-item.active:after {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.tt-tab-wrapper.type-1 .tt-tab-select {
display: none;
position: relative;
}
.tt-tab-wrapper.type-1 .tt-tab-select select {
display: block;
width: 100%;
font-weight: 400;
color: #b8b8b8;
background: transparent;
border: 1px solid #323a43;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.tt-tab-wrapper.type-1 .tt-tab-select select::-ms-expand {
display: none;
}
.tt-tab-wrapper.type-1 .tt-tab-select .select-arrow {
display: block;
position: absolute;
top: 1px;
right: 1px;
text-align: center;
background: #323a43;
color: #fff;
pointer-events: none;
}
.tt-tab-wrapper.type-1 .tt-tab-select select {
height: 42px;
font-size: 12px;
line-height: 30px;
padding: 0px 11px;
}
.tt-tab-wrapper.type-1 .tt-tab-select .select-arrow {
width: 37px;
height: 40px;
line-height: 40px;
}
.select2-dropdown {
border: 1px solid #ddd;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #ddd;
}
.select2-container--open .select2-dropdown--below {
width: 558px !important;
}
.woocommerce-page .select2-container--default .select2-selection--single:focus {
outline: none;
}
.woocommerce-page .simple-text.tt-content ul li {
list-style: none;
}
.woocommerce-page .simple-text.tt-content ul li:first-child {
margin-top: 0;
}
@media (max-width:991px) {
.tt-tab-wrapper.type-1 .tt-tab-nav-wrapper {
margin-bottom: 30px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
width: 100%;
float: none;
margin-bottom: 10px;
}
.tt-tab-wrapper.type-1 .tt-tab-select {
display: block;
margin-bottom: 30px;
}
.tt-tab-wrapper.type-1 .tt-nav-tab {
display: none;
}
.tt-tab-wrapper.type-1 .tt-nav-tab-item {
display: table;
margin-right: auto;
margin-left: auto;
}
}
.tt-reply {
position: absolute;
top: 0;
right: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.woocommerce-tabs li {
list-style: none;
}
.tt-comment {
list-style: none;
margin-bottom: -30px;
}
.tt-comment-container {
margin-bottom: 30px;
}
.tt-comment-avatar {
float: left;
width: 40px;
height: 40px;
-moz-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
}
.tt-comment-info {
padding-left: 50px;
padding-top: 10px;
}
.tt-comment-top {
margin-bottom: 6px;
}
.tt-comment-name {
display: inline-block;
}
.tt-comment-name a {
font-size: 14px;
line-height: 18px;
font-weight: 700;
color: #30373b;
margin-right: 8px;
}
.tt-comment-name a:hover {
color: #7ab55c;
}
.tt-comment-date {
font-size: 14px;
line-height: 18px;
font-weight: 400;
color: #b5b5b5;
}
.tt-comment-info .simple-text {
margin-bottom: 5px;
}
.tt-comment-reply,
.comment-reply-link,
.comment-edit-link {
font-size: 14px;
line-height: 18px;
font-weight: 500;
color: #7ab55c;
}
.tt-comment-reply .fa,
.comment-reply-link .fa,
.comment-edit-link .fa {
font-size: 12px;
color: #ccc;
margin-right: 5px;
}
.tt-comment-reply:hover,
.comment-reply-link:hover,
.comment-edit-link:hover {
color: #30373b;
}
.tt-comment .parent .children {
list-style: none;
padding-left: 50px;
}
.logged-in-as {
font-size: 90%;
}
@media (max-width:479px) {
.tt-comment-avatar {
display: block;
float: none;
margin-left: auto;
margin-right: auto;
}
.tt-comment-info {
padding-left: 0;
text-align: center;
}
.tt-comment .parent .children {
padding-left: 0px;
}
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 37 - TT-COMMENT-POST */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-comment-post-img {
float: left;
width: 40px;
height: 40px;
}
.tt-comment-post-info {
padding-left: 56px;
}
.tt-comment-post-info .simple-text,
.comment-respond .simple-text {
margin-bottom: 18px;
}
.tt-comment-post-form input[type="text"],
.tt-comment-post-form textarea,
.tt-comment-post-form input[type="email"] {
margin-bottom: 20px;
}
@media (max-width:479px) {
.tt-comment-post-img {
display: block;
float: none;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.tt-comment-post-info {
padding-left: 0;
text-align: center;
}
}
.woocommerce-tabs input[type="submit"] {
padding: 10px 35px;
background: #272b2b;
color: #fff;
font-weight: 600;
}
#reviews .tt-comment-name {
font-weight: 600;
}
.woocommerce-product-gallery {
position: relative;
}
.woocommerce-product-gallery img {
display: block;
width: 100%;
height: auto;
box-shadow: none;
}
.woocommerce-product-gallery__wrapper {
transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
}
.woocommerce-product-gallery__trigger {
position: absolute;
top: 10px;
right: 10px;
font-size: 14px;
text-align: center;
z-index: 9;
display: block;
padding: 0 !important;
width: 32px !important;
height: 32px;
line-height: 30px;
background-color: #111;
text-decoration: none;
color: #fff;
}
.woocommerce-product-gallery__trigger:hover {
color: #fff;
}
.woocommerce-product-gallery__trigger img {
display: none !important;
}
.woocommerce-product-gallery__trigger:before {
font-family: 'FontAwesome';
content: "\f00e";
}
.flex-control-thumbs {
overflow: hidden;
zoom: 1;
padding: 0;
}
.flex-control-thumbs:empty {
display: none;
}
.flex-control-thumbs li {
list-style: none;
float: left;
width: 20% !important;
margin-right: 5px;
margin-top: 5px;
padding: 5px 0 0 5px;
}
.flex-control-thumbs li img {
cursor: pointer;
opacity: .5;
margin: 0;
}
.flex-control-thumbs li img:hover,
.flex-control-thumbs li img:hover {
opacity: 1;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1) {
clear: left;
}
.woocommerce-page .tt-products .tt-single-images .onsale {
left: 25px;
top: 10px;
}
.fs-number {
margin-left: 3px;
}
.woocommerce .single_add_to_cart_button.button {
padding: 8px 18px 8px 18px;
line-height: 13px;
position: relative;
top: -1px;
}
.woocommerce-page.woocommerce-account:not(.logged-in) .woocommerce {
max-width: 640px;
margin: auto;
border: 1px solid #eaeaea;
background: #f4f7fc;
padding: 60px 50px;
}
.woocommerce-page.woocommerce-account:not(.logged-in) .woocommerce h2 {
margin-top: 0;
text-align: center;
font-size: 40px;
padding-top: 0;
margin-bottom: 50px;
}
.woocommerce-page.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-row input {
border: 1px solid rgb(223, 226, 231);
padding: 7px 15px;
font-size: 15px;
height: 45px;
transition: all 0.3s ease;
}
.woocommerce-page.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-row input:focus {
border-color: border-color: rgba(17, 17, 17, 0.5);
}
.woocommerce-page.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-row label {
margin-top: -6px;
display: block;
margin-bottom: 5px;
font-size: 16px;
line-height: 24px;
}
.woocommerce-page.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-Button.button {
background-color: #111;
width: 100%;
font-size: 12px;
font-weight: 700;
padding: 13px 20px;
}
.woocommerce-page.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-Button.button:hover {
color: #fff;
background-color: rgba(17, 17, 17, 0.8);
}
.woocommerce-page.woocommerce-account:not(.logged-in) .woocommerce p:not(:last-child) {
margin-top: 0;
margin-bottom: 35px !important;
}
.woocommerce-page.woocommerce-account:not(.logged-in) .woocommerce p.form-row:nth-child(3) {
margin-bottom: 0 !important;
}
.woocommerce-page.woocommerce-account:not(.logged-in) .woocommerce p.form-row label {
margin-left: 0;
display: block;
margin-top: 20px;
font-size: 16px;
}
.woocommerce-page.woocommerce-account:not(.logged-in) .woocommerce p.lost_password {
margin-bottom: 0;
font-size: 16px;
margin-top: -28px;
margin-left: 158px;
}
.woocommerce-page.woocommerce-account:not(.logged-in) .woocommerce p.lost_password a {
color: #676a6a;
text-decoration: underline;
}
.woocommerce-page.woocommerce-account:not(.logged-in) .woocommerce p.lost_password a:hover {
text-decoration: none;
opacity: 0.85;
}
.shop_table .screen-reader-text {
display: none;
}
.woocommerce-page .wc-proceed-to-checkout .checkout-button.button {
background: #272b2b;
}
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout {
margin-top: 0px;
}
.woocommerce .cart-collaterals .cart_totals h2 {
margin-bottom: 15px;
}
.woocommerce-page .button {
background: #272b2b;
}
.woocommerce-page .select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
font-size: 16px;
height: 42px;
padding: 6px 5px;
color: #676a6a08;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #b9b9b9;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 7px;
right: 5px;
}
.woocommerce-page .woocommerce-billing-fields__field-wrapper label {
margin-bottom: 1px;
}
.woocommerce-page .woocommerce-account-fields .checkbox input[type=checkbox] {
margin-left: 0;
margin-top: 9px;
}
.woocommerce-page .woocommerce-account-fields .checkbox span {
padding-left: 18px;
}
.woocommerce .woocommerce-notice.woocommerce-notice--info {
list-style: none !important;
padding: 8px 15px;
}
.summary.entry-summary .variations_form.cart .label label {
margin-top: 3px;
}
@media screen and (max-width: 480px) {
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
float: initial;
margin-bottom: 10px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
margin-bottom: 20px;
position: relative;
float: initial;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
width: 100%;
}
.woocommerce .related.products .tt-products {
margin-bottom: -50px;
}
.woocommerce-page.woocommerce-account:not(.logged-in) .woocommerce p.lost_password {
margin-top: 0;
margin-left: 0;
}
.woocommerce-page.woocommerce-account:not(.logged-in) .woocommerce {
padding: 50px 30px;
}
.woocommerce-page .simple-text.tt-content.tt-column-content {
padding-top: 30px;
padding-bottom: 20px;
}
}
@media screen and (max-width: 675px) {
.woocommerce-page .woocommerce-cart-form {
overflow: auto;
}
.woocommerce .woocommerce-cart-form .shop_table,
.woocommerce-page .woocommerce-cart-form .shop_table {
min-width: 670px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
width: 80%;
}
}
@jessuppi
Copy link

Some genius snippets here, esp. the .woocommerce-ordering select styling... thank you!

@TanvirAmi
Copy link
Author

Hey, Sounds Good and You Made My Day.
Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment