CINXE.COM
Shopping Cart | TIME Cover Store
<!DOCTYPE html> <html> <head> <title>Shopping Cart | TIME Cover Store</title> <meta name='viewport' content='width=device-width, initial-scale=1'> <link rel='stylesheet' type='text/css' href='/css/stylesheet.css?v=ca6d545494'> <link rel='stylesheet' type='text/css' href='/css/slickSlider.css?v=ca6d545494'> <link rel='canonical' href='https://timecoverstore.com/shoppingcart.html'> <script type='text/javascript' src='/js/globalScripts.js?v=ca6d545494'></script> <script type='text/javascript' src='/js/jquery371.js?v=ca6d545494'></script> <script type='text/javascript' src='/js/slickSlider.js?v=ca6d545494'></script> <script type='text/javascript' src='/js/lazySizes.js?v=ca6d545494'></script> <script type="text/javascript" src="https://www.paypal.com/sdk/js?client-id=Ac66d7gorPSC42Q_f4ZnC4VX4LTZJZfEjbZ9KtxX2d-J38FLNDJ7jyJRYhCatBhaynpqxqgvT3aHkU4p&components=messages¤cy=USD" data-namespace="PayPalSDK" defer></script><script type='text/javascript'> function newHttpReq() { var newRequest = null; try { newRequest = new XMLHttpRequest(); } catch(trymicrosoft) { try { newRequest = new ActiveXObject("Msxml2.XMLHTTP"); } catch(othermicrosoft) { try { newRequest = new ActiveXObject("Microsoft.XMLHTTP"); } catch(failed) { newRequest = null; } } } return newRequest; } var request = newHttpReq(); function updatequantity() { document.getElementById('action').value = 'updatequantity'; document.getElementById('shoppingcartform').submit(); } function confirmClearShoppingCart() { var result = confirm('Are you sure that you want to delete all of the items from your shopping cart?'); if(result == true) { window.location = '/shoppingcart.html?clearShoppingCart=true'; } } </script> <style> #additionalProductsDiv { display: inline-block; width: 100%; margin-top: 40px; text-align: center; } #titleAdditionalProducts { float: none; display: inline-block; width: 100%; font-size: 12pt; font-family: montserratregular, helvetica; text-transform: uppercase; color: #555555; text-align: center; } #titleAdditionalProducts::after { display: block; width: 40px; height: 2px; overflow: hidden; background-color: #CCCCCC; content: ""; margin: auto; margin-top: 15px; margin-bottom: 5px; font-size: 10pt; line-height: 0%; } #textAdditionalProducts { display: inline-block; width: 100%; font-size: 12pt; font-family: avenir, montserratregular, helvetica; text-transform: none; color: #555555; text-align: center; } #horizontalScrollingContainerSimilarProducts { display: inline-block; width: 100%; margin-top: 20px; } h2 { float: none; display: inline-block; width: 100%; font-size: 12pt; font-family: montserratregular, helvetica; text-transform: uppercase; color: #555555; text-align: center; } h2::after { display: block; width: 40px; height: 2px; overflow: hidden; background-color: #CCCCCC; content: ""; margin: auto; margin-top: 15px; margin-bottom: 5px; font-size: 10pt; line-height: 0%; } .similarProductName { display: inline-block; padding-top: 10px; padding-bottom: 10px; font-size: 10pt; font-family: avenir, montserratregular, arial; color: #444444; text-transform: uppercase; } #extraButtonsContainerDiv { display: flex; display: -webkit-flex; flex-direction: row; flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content: flex-start; -webkit-justify-content: flex-start; align-items: center; -webkit-align-items: center; align-content: flex-start; -webkit-align-content: flex-start; width: 100%; border: none; } .buttonCreate { display: inline-block; font-size: 9pt; font-family: arial; } .buttonCreate:link,.buttonCreate:visited { font-size: 9pt; font-family: arial; text-decoration: none; color: #444444; } .buttonCreate:hover { text-decoration: underline; } .shoppingcartitems { display: inline-block; box-sizing: border-box; width: 100%; text-align: justify; padding-top: 20px; padding-bottom: 20px; border: 1px solid #CCCCCC; border-top: none; } .shoppingcartitems > div { display: inline-block; vertical-align: top; text-align: left; border: none; width: 22%; margin-left: 1%; margin-right: 1%; } .shoppingcartitems > div:nth-child(1) { margin-left: 25px; } .shoppingcartitems > div:nth-child(3), .shoppingcartitems > div:nth-child(4), .shoppingcartitems > div:nth-child(5) { width: 12%; } #shoppingcartheader { display: flex; display: -webkit-flex; flex-direction: row; flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between; align-items: center; -webkit-align-items: center; align-content: flex-start; -webkit-align-content: flex-start; padding-top: 12px; padding-bottom: 12px; background-color: #283038; border: none; } #shoppingcartheader > div > p { font-size: 9pt; font-family: montserratregular, helvetica, arial; color: #FFFFFF; text-transform: uppercase; letter-spacing: 1.0px; } #shoppingcartitemscontainerdiv > .shoppingcartitems { padding-top: 25px; padding-bottom: 25px; } #shoppingcartitemscontainerdiv > .shoppingcartitems:nth-child(2n) { background-color: #F5F5F5; } #shoppingcartitemscontainerdiv > .shoppingcartitems:nth-child(n + 1) { border-bottom: 1px solid #CCCCCC; } #divtopcontainer { float: left; width: 100%; padding-top: 20px; padding-bottom: 15px; text-align: justify; } #divtopshopping { display: inline-block; width: 220px; vertical-align: middle; text-align: left; } #divtoptotal { display: inline-block; width: 240px; vertical-align: middle; text-align: center; } #divtopcheckout { display: inline-block; width: 180px; vertical-align: middle; text-align: center; } .buttonCheckout, .buttonCheckout:active, .buttonCheckout:link, .buttonCheckout:visited, .buttonCheckout:hover { float: right; display: inline-block; box-sizing: border-box; width: 100%; min-width: 100px; max-width: 200px; font-size: 12pt; font-family: montserratregular, oswald, arial; color: #FFFFFF; padding-top: 10px; padding-bottom: 10px; padding-left: 15px; padding-right: 35px; border: none; border-radius: 2px; background-color: #4CD4BF; background-image: url('/images/HomePageSlideshowArrowRight.gif'); background-position: 95% center; background-repeat: no-repeat; background-size: auto 50%; text-align: left; text-transform: uppercase; letter-spacing: 0.5px; word-spacing: 2px; } .buttonCheckout:hover { background-color: #CACCCB; } #reviewContainerDiv { width: 100%; padding-top: 30px; display: flex; display: -webkit-flex; flex-direction: row; flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between; align-items: flex-start; -webkit-align-items: flex-start; align-content: flex-start; -webkit-align-content: flex-start; } .reviewDiv { display: inline-block; width: 20%; padding-left: 1%; padding-right: 1%; text-align: center; vertical-align: top; padding-bottom: 40px; font: 9pt arial; line-height: 100%; } #extraInformationDiv { display: inline-block; width: 100%; margin-top: 40px; text-align: justify; } .bottomContainerDiv { display: inline-block; vertical-align: top; padding-top: 60px; padding-bottom: 60px; } .bottomContainerDiv50 { width: 27%; } .bottomContainerDiv p { display: inline-block; width: 100%; font-size: 11pt; font-family: avenir, arial; line-height: 120%; text-align: center; } .bottomContainerDiv p a, .bottomContainerDiv p a:active, .bottomContainerDiv p a:link, .bottomContainerDiv p a:visited { font-size: inherit; font-family: inherit; text-decoration: underline; } #extraLinksDiv { display: inline-block; } #extraLinksDiv p { display: inline-block; font-size: 10pt; font-family: helvetica, arial; } #extraLinksDiv p:after { content: "|"; margin-left: 10px; margin-right: 10px; } #extraLinksDiv p:last-of-type:after { display: none; } #trustpilotDiv { display: inline-block; width: 100%; margin-top: 20px; text-align: center; } #trustpilotImage { display: inline-block; max-width: 80%; max-height: 25px; } @media screen and (max-width: 720px) { .container { width: 95%; } #divtopshopping { display: none; } #divtoptotal { text-align: left; } .shoppingcartitems > div:nth-child(5) { display: none; } .bottomContainerDiv50 { width: 40%; } .reviewDiv { width: 30%; } } @media screen and (max-width: 480px) { #divtopcontainer { padding-top: 5px; text-align: center; } #divtoptotal { width: 100%; text-align: center; padding-bottom: 15px; } #extraButtonsContainerDiv { display: none; } .shoppingcartitems > div:nth-child(2) { display: none; } .shoppingcartitems > div:nth-child(4) { margin-right: 25px; } .buttonCheckout, .buttonCheckout:active, .buttonCheckout:link, .buttonCheckout:visited, .buttonCheckout:hover { float: none; text-align: center; } #extraLinksDiv p { display: block; } #extraLinksDiv p:after { display: none; } #extraInformationDiv { text-align: center; } .bottomContainerDiv50 { width: 90%; } .reviewDiv { width: 45%; } .reviewDiv:nth-child(n + 9) { display: none; } } </style> </head> <body style='background-color: #FFFFFF; background-image: none; text-align: center;'><!-- Google Tag Manager --> <script type='text/javascript'> window.dataLayer = window.dataLayer || []; window.dataLayer.push({'visitorType': 'newVisitor'}); </script> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-5SGSQS9" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5SGSQS9');</script> <!-- End Google Tag Manager --> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '441940254299166'); fbq('track', "PageView");</script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=441940254299166&ev=PageView&noscript=1" /></noscript> <!-- End Facebook Pixel Code --> <!-- Signifyd --> <script defer type="text/javascript" id="sig-api" data-order-session-id="0aee0d506bbf8a9dc0adbfba21404838" src="https://cdn-scripts.signifyd.com/api/script-tag.js"></script> <!-- End Signifyd --> <!-- Add custom styles here. --> <link rel='stylesheet' type='text/css' href='/artistwebsites/customfiles/time/css/stylesheetHeader.css?v=ca6d545494'> <div id='headerAnnouncementDiv' style='min-width: 100%; background-color: #283038;'> <div class='container' style='padding-top: 12px; padding-bottom: 12px; text-align: center;'> <p style='font-size: 10pt; font-family: cabin, oswald, arial; color: #CCCCCC; letter-spacing: 0.5px; word-spacing: 1px;'>Shop for officially licensed TIME covers as wall art, home decor, and apparel!</p> </div> </div> <header id='headerCustomContainerDiv'> <div class='container'> <div id='headerCustomDiv'> <!-- Three Lines --> <div id='navigationTopLinkThreeLinesSingleRow'> <a href='javascript: toggleMobileNavigationDiv();'> <div> </div> <div> </div> <div> </div> </a> </div> <div id='headerCustomLogoDiv'> <a href='https://timecoverstore.com'><img id='headerCustomLogoImage' src='/assets/images/whiteLabelWebsites/time/logoTime002.png' alt='TIME Cover Store' title='TIME Cover Store'><img id='headerCustomLogoImageSmall' src='/assets/images/whiteLabelWebsites/time/logoTime003.png' alt='TIME Cover Store' title='TIME Cover Store'></a> </div> <div id='headerCustomMainLinksContainer'> <a id='headerCustomNavigationShopLink' class='headerCustomNavigationLinks' data-showarrow='1' data-targetMenuId='menuShop' onmouseover="menuPreOpen2019(event);" onmouseout="mclosetime()" onkeydown="menuKeyPress(event);" ontouchstart="menuToggle2019(event);" href="/art">Best Sellers</a> <a id='headerCustomNavigationDiscoverLink' class='headerCustomNavigationLinks' onmouseover="mclose()" href="/collectiongroups">Collections</a> <a id='headerCustomNavigationBestSellersLink' class='headerCustomNavigationLinks' onmouseover="mclose()" href="/art?sort=recentlyadded">New Releases</a> <button type='button' onclick="toggleMobileNavigationDiv('search')"><img id='headerCustomNavigationSearchIcon' data-showarrow='1' src='/assets/images/LogoSearchMagnifyingGlass.png'></button> </div> <form id='headerCustomSearchForm' name='headerCustomSearchForm' class='' method='post' action='https://timecoverstore.com/shop'> <input type='hidden' class='searchType' name='searchType' value = "keywords"> <div id='headerCustomSearchTypeDiv' onclick="showsearchtypeoptionsheader('searchTypeOptionsHeader');" onkeydown="keyDownSearchTypeOptionsHeader('searchTypeOptionsHeader',event);" tabindex='0'> <div style='display: inline-block; padding-top: 0px;'> <p class='searchTypeName' style='float: none; display: inline-block; vertical-align: middle; padding-top: 8px; font-size: 8pt; font-family: montserratlight, arial; color: #666666; text-decoration: none;'>Keyword</p> <img src='/images/ArrowDownVTransparent.png' style='display: inline-block; vertical-align: middle; padding-left: 2px; padding-top: 10px; max-width: 11px; max-height: 8px;'> </div> </div> <input type='text' id='headerCustomSearchFormInput' name='searchtag' onfocus='customHeaderSearchFocus();' value="" placeholder='Search'> <a href='javascript: document.headerCustomSearchForm.submit();'><img id='headerCustomSearchFormImageMagnifyingGlass' src='/assets/images/LogoSearchMagnifyingGlass.png'></a> <div id='searchTypeOptionsHeader' class='searchTypeOptionsContainer' onMouseOut='hidesearchtypeoptionstimeheader();' style='position: absolute; top: -1px; left: -1px; width: 85px; z-index: 5000000; text-align: center; background-color: #FFFFFF; border: 1px solid #999999; display: none;'> <a href="javascript: selectSearchType('keywords','Keyword');" onmouseover='cancelclosetimersearchtypeoptionsheader();' style='float: left; width: 100%; height: 15px; padding-top: 8px; padding-bottom: 7px; font: 8pt arial; text-decoration: none;'>Keyword</a> <a href="javascript: selectSearchType('artistname','Artist');" onmouseover='cancelclosetimersearchtypeoptionsheader();' style='float: left; width: 100%; height: 15px; padding-top: 8px; padding-bottom: 7px; font: 8pt arial; text-decoration: none;'>Artist</a> <a href="javascript: selectSearchType('keywordsartistname','Key + Artist');" onmouseover='cancelclosetimersearchtypeoptionsheader();' style='float: left; width: 100%; height: 15px; padding-top: 8px; padding-bottom: 7px; font: 8pt arial; text-decoration: none;'>Keyword + Artist</a> <a href="javascript: selectSearchType('title','Title');" onmouseover='cancelclosetimersearchtypeoptionsheader();' style='float: left; width: 100%; height: 15px; padding-top: 8px; padding-bottom: 7px; font: 8pt arial; text-decoration: none;'>Title</a> <a href="javascript: selectSearchType('titleartistname','Title + Artist');" onmouseover='cancelclosetimersearchtypeoptionsheader();' style='float: left; width: 100%; height: 15px; padding-top: 8px; padding-bottom: 7px; font: 8pt arial; text-decoration: none;'>Title + Artist</a> </div> </form> <a id='headerCustomProfileLink' href='https://timecoverstore.com/logincollector.php' onmouseover="menuPreOpen2019(event);" onmouseout="mclosetime();" onkeydown="menuKeyPress(event);" ontouchstart="menuToggle2019(event);"><img id='headerCustomProfileImage' data-showarrow='1' data-targetMenuId='menuMember' src='/artistwebsites/customfiles/condenast/images/headerIconProfileBlack.png'></a> <div id='headerCustomShoppingCartDivNew'> <a href='https://timecoverstore.com/shoppingcart.html'><img src='/artistwebsites/customfiles/condenast/images/headerIconShoppingCartBlack.png' style='display: inline-block; max-width: 22px; max-height: 22px; margin-top: -3px; margin-right: 5px; border: none; vertical-align: middle;'></a> <a id='shoppingCartCounter' href='https://timecoverstore.com/shoppingcart.html' style='display: none; position: absolute; top: -8px; right: 0px; padding: 3px; padding-right: 6px; padding-left: 6px; border-radius: 2px; background-color: #445577; color: #FFFFFF; text-shadow: 1px 1px 2px #444444; text-align: center;'>0</a> </div> </div> </div> </header> <!-- This contains all of the dropdown menus. --> <nav id='headerCustomNavigationSingleRowMenuContainerDiv' aria-label='Main Navigation'> <div class='container'> <!-- Main Navigation Menu--> <div id='headerCustomNavigationSingleRowMenuDiv'> <!-- Hidden Up Arrow --> <img id='headerarrow' src='/assets/images/HeaderVerticalArrowAccentTransparent.png'> <!-- Dropdown Menu: Shop --> <div id='menuShop' class='headerCustomNavigationMenuDropdown headerCustomNavigationMenuDropdownOneLevelOnly' onmouseover='mcancelclosetime();' onmouseout='mclosetime();'> <div style='float: left; width: 100%; padding-top: 0px; text-align: justify;'> <div class='headernavigationmenutextdiv'> <div> <p><a href='https://timecoverstore.com/art'>Wall Art</a></p> </div> <ul class='headernavigationmenutextlist'> <li><a href='https://timecoverstore.com/shop/canvas+prints'>Canvas Prints</a></li> <li><a href='https://timecoverstore.com/shop/framed+prints'>Framed Prints</a></li> <li><a href='https://timecoverstore.com/shop/metal+prints'>Metal Prints</a></li> <li><a href='https://timecoverstore.com/shop/acrylic+prints'>Acrylic Prints</a></li> <li><a href='https://timecoverstore.com/shop/wood+prints'>Wood Prints</a></li> <li><a href='https://timecoverstore.com/shop/prints'>Art Prints</a></li> </ul> </div> <div style='display: inline-block; width: 100%;'> </div> </div> </div> <!-- Dropdown Menu: Sign In --> <div id='menuMember' class='headerCustomNavigationMenuDropdown headerCustomNavigationMenuDropdownOneLevelOnly' onmouseover='mcancelclosetime();' onmouseout='mclosetime();' style='left: auto; right: 0px; padding: 15px; width: 250px;'> <div class='headernavigationmenutextdiv' style='min-width: 100%; padding: 0px; margin-bottom: 0px;'> <ul class='headernavigationmenutextlist' style='padding-top: 0px;'> <li><a href='https://timecoverstore.com/logincollector.php'>Buyer</a></li> <li><a href='https://timecoverstore.com/loginadministrator.html'>Administrator</a></li> </ul> </div> </div> </div> </div> <!-- Mobile Navigation Menu: Dark Background (Absolution Positioning) --> <div id='mobileNavigationBackgroundDiv' onclick="toggleMobileNavigationDiv();"> </div> <!-- Mobile Navigation Menu (Absolution Positioning) --> <div id='mobileNavigationDiv'> <div id='mobileNavigationInnerDiv' style='margin-top: 10px;'> <div id='mobileNavigationMenuMain' class='mobileNavigationListContainer' style='display: inline-block;'> <div class='mobileNavigationBackDiv'> <button type='button' id='mobileNavigationButtonHome' class='mobileNavigationButtonBack' onclick="goToUrl('/');">Home</button> <button type='button' class='mobileNavigationButtonX' onclick='toggleMobileNavigationDiv();'></button> </div> <form id='mobileNavigationSearchForm' class='' method='post' action='https://timecoverstore.com/shop'> <div id='mobileNavigationSearchTypeDiv' class='mobileNavigationElementContainer'> <a id='mobileNavigationSelectedSearchType' class='mobileNavigationHeader' href="javascript: toggleMobileNavigation('mobileNavigationSearchTypeDiv');"> <div class='mobileNavigationHeaderTextDiv'> <span class='mobileNavigationHeaderTitle'>Search Type</span> <span id='mobileNavigationSearchTypeName' class='mobileNavigationHeaderValue'>Keyword</span> </div> </a> <div class='mobileNavigationOptionsDiv'> <a id='mobileNavigationSearchType-keywords' class='mobileNavigationOption mobileNavigationOptionSelected' href="javascript: selectMobileNavigationSearchType('keywords');">Keyword</a> <a id='mobileNavigationSearchType-title' class='mobileNavigationOption' href="javascript: selectMobileNavigationSearchType('title');">Title</a> <a id='mobileNavigationSearchType-artistname' class='mobileNavigationOption' href="javascript: selectMobileNavigationSearchType('artistname');">Artist</a> <a id='mobileNavigationSearchType-titleartistname' class='mobileNavigationOption' href="javascript: selectMobileNavigationSearchType('titleartistname');">Title + Artist</a> <a id='mobileNavigationSearchType-keywordsartistname' class='mobileNavigationOption' href="javascript: selectMobileNavigationSearchType('keywordsartistname');">Keyword + Artist</a> </div> </div> <input type='hidden' id='mobileNavigationSearchType' name='searchType' value='keywords'> <div id='mobileNavigationCustomSearchInputContainerDiv'> <input type='textbox' id='mobileNavigationSearchInput' name='searchtag' onFocus="mobileNavigationSearchFocus();" value="" placeholder='Search'> <button type='button' id='mobileNavigationSearchMagnifyingGlassImageButton' onclick="document.getElementById('mobileNavigationSearchForm').submit();"><img id='mobileNavigationSearchMagnifyingGlassImage' src='/assets/images/LogoSearchMagnifyingGlass.png' alt='Search' title='Search'></button> </div> </form> <ul class='mobileNavigationMenuTopList'> <li><button type='button' class='mobileNavigationLinkRightArrow' onclick="showMobileMenu('mobileNavigationMenuShop');">Products</button></li> <li><button type='button' class='mobileNavigationLinkRightArrow' onclick="showMobileMenu('mobileNavigationMenuCollections');">Collections</button></li> <li style='border-bottom: 1px solid #CCCCCC;'><button type='button' class='mobileNavigationLinkRightArrow' onclick="showMobileMenu('mobileNavigationMenuAbout');">About</button></li> <li style='margin-top: 40px; border-top: 1px solid #CCCCCC;'><a href="https://timecoverstore.com/collectorcreateaccount.php">Join</a></li> <li style='border-bottom: 1px solid #CCCCCC;'><a href="https://timecoverstore.com/logincollector.php">Sign In</a></li> </ul> </div> <div id='mobileNavigationMenuShop' class='mobileNavigationListContainer'> <div class='mobileNavigationBackDiv'> <button type='button' class='mobileNavigationButtonBack' onclick="showMobileMenu('mobileNavigationMenuMain');">Back</button> <button type='button' class='mobileNavigationButtonX' onclick='toggleMobileNavigationDiv();'></button> </div> <ul class='mobileNavigationMenuTopList'> <li> <a href="https://timecoverstore.com/shop/canvas+prints">Canvas Prints</a> </li> <li> <a href="https://timecoverstore.com/shop/framed+prints">Framed Prints</a> </li> <li> <a href="https://timecoverstore.com/shop/metal+prints">Metal Prints</a> </li> <li> <a href="https://timecoverstore.com/shop/acrylic+prints">Acrylic Prints</a> </li> <li> <a href="https://timecoverstore.com/shop/wood+prints">Wood Prints</a> </li> <li> <a href="https://timecoverstore.com/shop/art+prints">Art Prints</a> </li> </ul> </div> <div id='mobileNavigationMenuCollections' class='mobileNavigationListContainer'> <div class='mobileNavigationBackDiv'> <button type='button' class='mobileNavigationButtonBack' onclick="showMobileMenu('mobileNavigationMenuMain');">Back</button> <button type='button' class='mobileNavigationButtonX' onclick='toggleMobileNavigationDiv();'></button> </div> <ul class='mobileNavigationMenuTopList'> <li> <a href="https://timecoverstore.com/collectiongroups">All Collections</a> </li> <li> <a href="https://timecoverstore.com/collections/time100+2020+honorees">TIME100 - 2020 Honorees</a> </li> <li> <a href="https://timecoverstore.com/collections/time100+previous+honorees">TIME100 - Previous Honorees</a> </li> <li> <a href="https://timecoverstore.com/collections/ruth+bader+ginsburg+1933+2020">Ruth Bader Ginsburg 1933-2020</a> </li> <li> <a href="https://timecoverstore.com/collections/time+100+women+of+the+year">TIME 100 Women of The Year</a> </li> <li> <a href="https://timecoverstore.com/collections/justice+and+equality">Justice and Equality</a> </li> <li> <a href="https://timecoverstore.com/collections/firsts+women+who+are+changing+the+world">FIRSTS - Women Who are Changing the World</a> </li> <li> <a href="https://timecoverstore.com/collections/sports">Sports</a> </li> <li> <a href="https://timecoverstore.com/collections/time+next+100">TIME NEXT 100</a> </li> <li> <a href="https://timecoverstore.com/collections/health">Health</a> </li> <li> <a href="https://timecoverstore.com/collections/music">Music</a> </li> <li> <a href="https://timecoverstore.com/collections/science+technology">Science & Technology</a> </li> <li> <a href="https://timecoverstore.com/collections/2020s">2020s</a> </li> <li> <a href="https://timecoverstore.com/collections/2010s">2010's</a> </li> <!-- <li> <button type='button' class='mobileNavigationLinkDownArrow' onclick="toggleMobileSubMenu('mobileNavigationSubMenuCollectionFilmTelevision');">Film & Television</button> <ul id='mobileNavigationSubMenuCollectionFilmTelevision' class='mobileNavigationMenuSubList'> <li><a href="https://timecoverstore.com/collectiongroups/film+television">All Film & Television</a></li> <li><a href="https://timecoverstore.com/collections/actors">Actors</a></li> <li><a href="https://timecoverstore.com/collections/directors">Directors</a></li> <li><a href="https://timecoverstore.com/collections/directors">Awards</a></li> <li><a href="https://timecoverstore.com/collections/golden+age+of+hollywood">Golden Age</a></li> </ul> </li> --> </ul> </div> <div id='mobileNavigationMenuCommunity' class='mobileNavigationListContainer'> <div class='mobileNavigationBackDiv'> <button type='button' class='mobileNavigationButtonBack' onclick="showMobileMenu('mobileNavigationMenuMain');">Back</button> <button type='button' class='mobileNavigationButtonX' onclick='toggleMobileNavigationDiv();'></button> </div> <ul class='mobileNavigationMenuTopList'> <li><a href="https://fineartamerica.com/wall-art">Wall Art</a></li> <li><a href="https://fineartamerica.com/shop/wood+prints">Wood Prints</a></li> <li><a href="https://fineartamerica.com/shop/prints/abstract">Abstract Art Prints</a></li> <li><a href="https://pixels.com/shop/iphone+cases">iPhone Cases</a></li> <li><a href="https://famouspaintings.com">Famous Paintings</a></li> <li><a href="https://fineartamerica.com/shop/canvas+prints/claude+monet">Monet Canvas Prints</a></li> </ul> </div> <div id='mobileNavigationMenuLogin' class='mobileNavigationListContainer'> <div class='mobileNavigationBackDiv'> <button type='button' class='mobileNavigationButtonBack' onclick="showMobileMenu('mobileNavigationMenuMain');">Back</button> <button type='button' class='mobileNavigationButtonX' onclick='toggleMobileNavigationDiv();'></button> </div> <ul class='mobileNavigationMenuTopList'> <li><a href="https://timecoverstore.com/loginartist.php">Artists</a></li> <li><a href="https://timecoverstore.com/logingallery.php">Galleries</a></li> <li><a href="https://timecoverstore.com/logincollector.php">Buyers</a></li> </ul> </div> <div id='mobileNavigationMenuAbout' class='mobileNavigationListContainer'> <div class='mobileNavigationBackDiv'> <button type='button' class='mobileNavigationButtonBack' onclick="showMobileMenu('mobileNavigationMenuMain');">Back</button> <button type='button' class='mobileNavigationButtonX' onclick='toggleMobileNavigationDiv();'></button> </div> <ul class='mobileNavigationMenuTopList'> <li><a href="https://timecoverstore.com/artistwebsites/customfiles/time/about-time-magazine-store.html">About Us</a></li> <li><a href="https://timecoverstore.com/contactus.html">Contact Us</a></li> <li><a href="https://timecoverstore.com/moneybackguarantee.html">Satisfaction Guarantee</a></li> </ul> </div> </div> </div> </nav> <div class='container' style='padding-bottom: 100px; text-align: left;'><div id='divtopcontainer'> <div id='divtopshopping'> <h1 style='float: left; width: 100%; padding-top: 0px; font-family: montserratregular, oswald, arial; font-size: 18pt; font-weight: normal; color: #444444; text-shadow: none; text-transform: uppercase;'>Shopping Cart</h1> </div> <div id='divtoptotal'> <p style='display: inline-block; width: 100%; font-size: 24pt; font-family: montserratregular, oswald, arial; font-weight: normal; text-transform: uppercase; color: #444444; text-shadow: none;'>$0.00</p> <p style='display: inline-block; width: 100%; margin-top: 5px; font-size: 9pt; font-family: avenir, arial; color: #666666;'>Shipping, Taxes, and Promotional Discounts Calculated at Checkout</p> </div> <div id='divtopcheckout' style='visibility: hidden;'> <a class='buttonCheckout' href='javascript: document.shoppingcartform.submit();'><span id='nextsteplink'>Checkout</span></a> <a href='/redirectStartPaypalCheckout.php'><img src='/assets/images/buttonCheckoutPaypal.png' style='display: inline-block; max-width: 100%; margin-top: 10px;' alt='Checkout With Paypal' title='Checkout With Paypal'></a> </div> <div style='display: inline-block; width: 100%; height: 0px; line-height: 0px; line-spacing: 0px;'> </div> </div> <div id='shoppingcartcontainerdiv' style='display: inline-block; box-sizing: border-box; width: 100%; margin-top: 10px; border: 1px solid #AAAAAA; border: none; text-align: justify;'> <div class='shoppingcartitems' id='shoppingcartheader'> <div> <p>Item</p> </div> <div> <p>Description</p> </div> <div> <p>Price</p> </div> <div> <p>Qty.</p> </div> <div> <p>Subtotal</p> </div> </div> <form id='shoppingcartform' name='shoppingcartform' method='post' action='/shoppingcart.html'><input type='hidden' id='action' name='action' value='checkout'><div id='shoppingcartitemscontainerdiv' style='display: inline-block; width: 100%;'> <p style='float: left; width: 100%; padding-top: 40px; padding-bottom: 200px; font: 10pt arial; color: #444444; text-align: center;'>You do not have any products in your shopping cart. Click <a href='https://timecoverstore.com/art' style='font: 10pt arial; text-decoration: underline;'>here</a> to start shopping.</p></div> </form></div> </div> <script type='text/javascript'> $(document).ready(function(){ $('#horizontalScrollingContainerSimilarProducts').slick({ //lazyLoad: 'ondemand', dots: true, arrows: true, infinite: false, speed: 300, slidesToShow: 6, slidesToScroll: 6, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 3, slidesToScroll: 3, infinite: true } }, { breakpoint: 600, settings: { slidesToShow: 3, slidesToScroll: 3 } }, { breakpoint: 480, settings: { slidesToShow: 2, slidesToScroll: 2, dots: false } } // You can unslick at a given breakpoint now by adding: // settings: "unslick" // instead of a settings object ] })}); </script> <!-- Include the standard stylesheet for all white-label website footers. --> <link rel='stylesheet' type='text/css' href='/artistwebsites/customfiles/stylesheetDefaultFooter.css'> <!-- Add custom styles here. --> <link rel='stylesheet' type='text/css' href='/artistwebsites/customfiles/time/css/stylesheetFooter.css?v=1'> <footer id='customFooterContainerDiv'> <div class='container'> <div id='customFooter'> <div style='float: left; width: 100%;'> <div> <h3>Company</h3> <p><a href='https://timecoverstore.com/artistwebsites/customfiles/time/about-time-magazine-store.html'>About TIME Cover Store</a></p> <p><a href='https://timecoverstore.com/contactus.html?tab=contactus'>Contact</a></p> <p><a href='https://timecoverstore.com/news.html'>News</a></p> <p><a href='https://timecoverstore.com/art'>Start Shopping</a></p> <p><a href='https://time.com/subscribe-cover-store' target="_blank" rel="nofollow">Subscribe to TIME</a></p> </div> <div> <h3>Shop</h3> <p><a href='https://timecoverstore.com/shop/canvas+prints'>Canvas Prints</a></p> <p><a href='https://timecoverstore.com/shop/framed+prints'>Framed Prints</a></p> <p><a href='https://timecoverstore.com/shop/metal+prints'>Metal Prints</a></p> <p><a href='https://timecoverstore.com/shop/acrylic+prints'>Acrylic Prints</a></p> <p><a href='https://timecoverstore.com/shop/wood+prints'>Wood Prints</a></p> <p><a href='https://timecoverstore.com/shop/prints'>Art Prints</a></p> </div> <div> <h3>Help</h3> <p><a href='https://timecoverstore.com/contactus.html?tab=contactus'>Contact Us</a></p> <p><a href='https://timecoverstore.com/contactus.html?tab=faq'>Frequently Asked Questions</a></p> <p><a href='https://timecoverstore.com/moneybackguarantee.html'>Return Policy</a></p> <p><a href='https://timecoverstore.com/returnsstep1.html?newrma=true'>Returns</a></p> <p><a href='https://timecoverstore.com/termsofuse.html'>Terms of Use</a></p> <p><a href='https://timecoverstore.com/termsofuse.html?document=privacypolicy'>Privacy Policy</a></p> <div style='float: left; width: 100%; margin-top: 40px;'> <h3>Location Settings</h3> <p><a href='https://timecoverstore.com/enterzipcode.php' rel='nofollow'>Beverly Hills, CA (United States)</a></p> <p> <a href='javascript: togglefootercurrency();'>Currency: <span id='currencylinkfooter' style='display: inline-block; font: inherit; text-decoration: inherit;'>USD ($)</span></a><select id='currencyselectfooter' name='currencyselectfooter' onchange='updateCurrency();' style='display: none; width: 70px; padding: 2px; margin-top: 0px; font: 8pt arial; color: #666666; border: none; border-radius: 2px;'> <option value='AUD' >AUD ($)</option> <option value='CAD' >CAD ($)</option> <option value='EUR' >EUR (€)</option> <option value='GBP' >GBP (£)</option> <option value='JPY' >JPY (¥)</option> <option value='USD' selected>USD ($)</option> </select> </p> <p> <a href='javascript: togglefooterunits();'>Units: <span id='unitslinkfooter' style='display: inline-block; font: inherit; text-decoration: inherit;'>Inches</span></a><select id='unitsselectfooter' name='unitsselectfooter' onChange='updateMeasurementUnits();' style='display: none; width: 100px; padding: 2px; margin-top: 0px; font: 8pt arial; color: #666666; border: none; border-radius: 2px;'> <option value='inches' selected>Inches</option> <option value='centimeters' >Centimeters</option> </select> </p> </div> </div> <div> <h3>Stay Connected</h3> <p><a href='/subscribewebsiteemaillist.html' style='color: #999999; text-decoration: underline;'>Sign up for our newsletter</a> for exclusive deals, discount codes, and more.</p> <div style='float: left; width: 100%; padding-top: 15px; text-align: center;'> <a href='https://www.facebook.com/time' target='_blank'><img src='https://fineartamerica.com/assets/images/LogoFacebookFooter.jpg' style='display: inline-block; width: 30px; height: 30px; margin-right: 3px; border: none; border-radius: 8px;' alt='Follow Us on Facebook' title='Follow Us on Facebook'></a> <a href='https://twitter.com/TIME' target='_blank'><img src='https://fineartamerica.com/assets/images/LogoTwitterFooter.jpg' style='display: inline-block; width: 30px; height: 30px; margin-left: 3px; margin-right: 3px; border: none; border-radius: 8px;' alt='Follow Us on Twitter' title='Follow Us on Twitter'></a> <a href='https://instagram.com/time' target='_blank'><img src='https://fineartamerica.com/assets/images/LogoInstagramFooter.jpg' style='display: inline-block; width: 30px; height: 30px; margin-left: 3px; margin-right: 3px; border: none; border-radius: 8px;' alt='Follow Us on Instagram' title='Follow Us on Instagram'></a> <a href='https://www.pinterest.com/timemagazine/' target='_blank'><img src='https://fineartamerica.com/assets/images/LogoPinterestFooter.jpg' style='display: inline-block; width: 30px; height: 30px; margin-left: 3px; margin-right: 3px; border: none; border-radius: 8px;' alt='Follow Us on Pinterest' title='Follow Us on Pinterest'></a> <a href='https://www.youtube.com/user/TimeMagazine' target='_blank'><img src='https://fineartamerica.com/assets/images/LogoYouTubeFooter.jpg' style='display: inline-block; width: 30px; height: 30px; margin-left: 3px; border: none; border-radius: 8px;' alt='Follow Us on Youtube' title='Follow Us on Youtube'></a> </div> </div> <div style='display: inline-block; width: 100%; height: 0px; overflow: hidden; font-size: 0pt; line-height: 0px;'> </div> </div> <p style='display: inline-block; width: 100%; padding-top: 15px; padding-bottom: 25px; font: 11pt arial; color: #AAAAAA; text-align: center;'>Copyright © 2024 timecoverstore.com - All Rights Reserved - Website Powered by <a href='https://fineartamerica.com' target='_blank' style='font: inherit; color: inherit; text-decoration: underline;'>Fine Art America</a> / <a href='https://pixels.com' target='_blank' style='font: inherit; color: inherit; text-decoration: underline;'>Pixels</a></p> </div> </div> </footer> </body> </html>