This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*----------Primary Buttons-------------*/ | |
.woocommerce button.button.alt, .woocommerce a.button, .woocommerce ul.products li.product .button, .woocommerce #review_form #respond .form-submit input, .woocommerce a.button.alt, .woocommerce button.button { | |
background: #E96199; | |
border: 1px solid #E96199; | |
font-family: 'Montserrat'; | |
font-size: 12px; | |
border-radius: 0px; | |
letter-spacing: 1px; | |
text-transform: uppercase; | |
color: white; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*--------------------------Default Styles------------------------------*/ | |
.oxy-woo-my-account { | |
width: 100%; | |
} | |
.oxy-woo-my-account a { | |
color: #00ADEF; | |
transition: all ease 0.2s; | |
} | |
.oxy-woo-my-account a:hover { | |
color: #E96199; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*-------------------Default Styles------------------------*/ | |
.oxy-woo-checkout { | |
width: 100%; | |
} | |
td.download-file a.button.alt { | |
width: 100%; | |
} | |
.woocommerce ul.order_details { | |
background: #f7f6f7; | |
padding: 20px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*-------------------Default Styles--------------------*/ | |
.oxy-woo-cart { | |
width: 100%; | |
} | |
.oxy-woo-cart div.woocommerce { | |
display: flex; | |
flex-wrap: wrap; | |
} | |
.woocommerce-cart-form { | |
padding: 20px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*----------------------Default Styles----------------------*/ | |
.woocommerce ul.products li.product .onsale { | |
background: #00ADEF; | |
font-size: 12px; | |
padding: 6px 12px; | |
line-height: 1.2; | |
border-radius: 20px; | |
min-width: 0; | |
min-height: 0; | |
margin: 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* This CSS aplies to «Woo Variation Swatches» Plugin only https://wordpress.org/plugins/woo-variation-swatches/ */ | |
/*--------------------------Default Styles----------------------------*/ | |
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item { | |
overflow: hidden; | |
} | |
/*--------------------------Custom Styles-----------------------------*/ | |
/* Original */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*--------------------Default Styles---------------------*/ | |
.price { | |
display: block; | |
color: black; | |
font-size: 24px; | |
line-height: 1.2; | |
font-weight: 700; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*--------------------Default Styles---------------------*/ | |
.product_meta { | |
color: #999; | |
} | |
.posted_in a { | |
color: #00ADF5; | |
transition: all ease 0.2s; | |
} | |
.posted_in a:hover { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*--------------------Default Styles----------------------*/ | |
.woocommerce div.product .woocommerce-product-rating { | |
display: flex; | |
align-items: center; | |
} | |
.woocommerce .star-rating::before { | |
position: relative; | |
color: #dddddd; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*------------------------Default Styles---------------------------*/ | |
.woocommerce div.product div.images.woocommerce-product-gallery { | |
width: 100%; | |
} | |
.flex-viewport { | |
min-width: 0; | |
} | |
.flex-viewport, .woocommerce div.product div.images .flex-control-thumbs li img { | |
transition: all ease 0.2s; | |
border: 2px solid white; |
NewerOlder