/
home
/
faureele
/
extra-til
/
wp-content
/
themes
/
woffice
/
scss
/
plugins
/
Upload File
HOME
/*--------------------------------------------------------- ** ** ITHEMESE EXCHANGE ** ----------------------------------------------------------*/ /* Store */ #it-exchange-store .it-exchange-products li {width: 21%; margin-right: 5%; text-align: center;} #it-exchange-store .it-exchange-products li:nth-child(4n) { margin-right: 0;} #it-exchange-store .it-exchange-products li:nth-child(2n+1) { clear: none; } #it-exchange-store .it-exchange-products li:nth-child(4n+1) { clear: both; } #it-exchange-store .it-exchange-product-title { font-size: 1em; } #it-exchange-store .it-exchange-base-price { font-size: 1em; float: none; display: block; } /* Product */ #it-exchange-product .it-exchange-product-has-images .it-exchange-product-info { padding: 20px !important; } .it-exchange-wrap input[type=submit] { float: none; } .it-exchange-super-widget { background-color: transparent !important; } .it-exchange-super-widget .cart-items-wrapper .cart-item .item-info input { background-color: #fff; } .it-exchange-super-widget .cart-items-wrapper .cart-item .item-info input::-webkit-inner-spin-button, .it-exchange-super-widget .cart-items-wrapper .cart-item .item-info input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .it-exchange-product-price p { font-size: .8em; } .it-exchange-product-price ins { padding: 10px; color: #fff; display: inline-block; border-radius: 5px; position: relative; margin-left: 10px; text-decoration: none; } .it-exchange-product-price ins:after { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-width: 10px; margin-top: -10px; } /* Account */ #it-exchange-purchases .it-exchange-purchase-top .it-exchange-purchase-total { font-weight: bold; } .it-exchange-account .it-exchange-customer-menu { font-size: 18px; padding: 0 5px 15px; margin: 0 0 30px; border-bottom: 2px solid #e8e8e8; } #it-exchange-purchases .it-exchange-purchase { border-bottom: 1px solid #e8e8e8; } #it-exchange-downloads .it-exchange-download-wrapper { margin-bottom: 20px; padding: 20px; border-bottom: 1px solid #e8e8e8; } #it-exchange-downloads .it-exchange-download { margin-bottom: 15px; padding-bottom: 5px; border-bottom: 1px solid #e8e8e8; } #it-exchange-downloads .it-exchange-download:last-child { border: none; margin-bottom: 0; padding-bottom: 0; } #it-exchange-downloads .it-exchange-download:after { display: block; content: ""; clear: both; } #it-exchange-downloads .it-exchange-download-product { width: auto; } @media only screen and (max-width: 992px) { #it-exchange-store .it-exchange-products li {width: 30%; margin-right: 3%; text-align: center;} #it-exchange-store .it-exchange-products li:nth-child(3n) { margin-right: 0;} #it-exchange-store .it-exchange-products li:nth-child(4n) { margin-right: 3%;} #it-exchange-store .it-exchange-products li:nth-child(3n+1) { clear: both; } #it-exchange-store .it-exchange-products li:nth-child(4n+1) { clear: none; } } @media only screen and (max-width: 600px) { #it-exchange-store .it-exchange-products li {width: 45%; margin-right: 5%; text-align: center;} #it-exchange-store .it-exchange-products li:nth-child(2n) { margin-right: 0;} #it-exchange-store .it-exchange-products li:nth-child(4n) { margin-right: 5%;} #it-exchange-store .it-exchange-products li:nth-child(2n+1) { clear: both; } #it-exchange-store .it-exchange-products li:nth-child(4n+1) { clear: none; } } @media only screen and (max-width: 450px) { #it-exchange-store .it-exchange-products li {width: 100%; margin-right: 0 !important; text-align: center; clear: both !important} }